Html Css Color HEX #336674 Blumine

📋 copy color: '#336674'

red 51 ◦ green 102 ◦ blue 116

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

Shades of Blumine #336674

Tints of Blumine #336674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.92%

 BLUE value IS 116 (45.7% from 255) = 43.12%

R = 18.96%
G = 37.92%
B = 43.12%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#336674 (or 0x336674) is known color: Blumine. HEX triplet: 33, 66 and 74. RGB value is (51,102,116). Sum of RGB (Red+Green+Blue) = 51+102+116=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #336674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336674 is #CC998B. Grayscale: #585858. Windows color (decimal): -13408652 or 7628339. OLE color: 7628339.

HSL color Cylindrical-coordinate representation of color #336674: hue angle of 192.92º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #336674 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 102 116 -
CMYK 0.56 0.12 0 0.55
HSL 192.92º 0.39% 0.33% -
HSV(B) 192.92º 0.56% 0.45% -
XYZ 9.27 11.47 18.25 -
YUV 88.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 51 102 116 0.56 0.12 0 0.55 192.92 0.39 0.33
Hex 33 66 74 38 C 0 37 C1 27 21
Octal 63 146 164 70 14 0 67 301 47 41
Binary 110011 1100110 1110100 111000 1100 0 110111 11000001 100111 100001

Color Harmonies of #336674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336674

Black with #336674

Text Example


Text Example

White with #336674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336674; }

 p { color: rgb(51,102,116); }

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

background-color css

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

 a { background-color: rgb(51,102,116); }

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

border-color css

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

 span { border-color: rgb(51,102,116); }

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