Html Css Color HEX #336067 Blumine

📋 copy color: '#336067'

red 51 ◦ green 96 ◦ blue 103

#336067
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #336067

Tints of Blumine #336067

RGB

 RED value IS 51 (20.31% from 255) = 20.4%

 GREEN value IS 96 (37.89% from 255) = 38.4%

 BLUE value IS 103 (40.63% from 255) = 41.2%

R = 20.4%
G = 38.4%
B = 41.2%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#336067 (or 0x336067) is known color: Blumine. HEX triplet: 33, 60 and 67. RGB value is (51,96,103). Sum of RGB (Red+Green+Blue) = 51+96+103=250 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.4% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #336067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336067 is #CC9F98. Grayscale: #535353. Windows color (decimal): -13410201 or 6774835. OLE color: 6774835.

HSL color Cylindrical-coordinate representation of color #336067: hue angle of 188.08º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336067 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 96 103 -
CMYK 0.50 0.07 0 0.60
HSL 188.08º 0.34% 0.3% -
HSV(B) 188.08º 0.5% 0.4% -
XYZ 8 10.05 14.35 -
YUV 83.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 51 96 103 0.50 0.07 0 0.60 188.08 0.34 0.3
Hex 33 60 67 32 7 0 3C BC 22 1E
Octal 63 140 147 62 7 0 74 274 42 36
Binary 110011 1100000 1100111 110010 111 0 111100 10111100 100010 11110

Color Harmonies of #336067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336067

Black with #336067

Text Example


Text Example

White with #336067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336067; }

 p { color: rgb(51,96,103); }

 H1.HeaderClassName
 {
   color: #336067;
 }
 .AnyTagClassName
 {
   color: #336067;
 }
</style>

background-color css

<style>
 a { background-color: #336067; }

 a { background-color: rgb(51,96,103); }

 div.DivClassName
 {
   background-color: #336067;
 }
 .BgClassName
 {
   background-color: #336067;
 }
</style>

border-color css

<style>
 span { border-color: #336067; }

 span { border-color: rgb(51,96,103); }

 td.TdClassName
 {
   border-color: #336067;
 }
 .TagClassName
 {
   border-color: #336067;
 }
</style>