Html Css Color HEX #336976 Blumine

📋 copy color: '#336976'

red 51 ◦ green 105 ◦ blue 118

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

Shades of Blumine #336976

Tints of Blumine #336976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.32%

 BLUE value IS 118 (46.48% from 255) = 43.07%

R = 18.61%
G = 38.32%
B = 43.07%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336976 (or 0x336976) is known color: Blumine. HEX triplet: 33, 69 and 76. RGB value is (51,105,118). Sum of RGB (Red+Green+Blue) = 51+105+118=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #336976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336976 is #CC9689. Grayscale: #5A5A5A. Windows color (decimal): -13407882 or 7760179. OLE color: 7760179.

HSL color Cylindrical-coordinate representation of color #336976: hue angle of 191.64º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336976 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 105 118 -
CMYK 0.57 0.11 0 0.54
HSL 191.64º 0.4% 0.33% -
HSV(B) 191.64º 0.57% 0.46% -
XYZ 9.69 12.11 18.97 -
YUV 90.34 143.61 99.94 -
System Red Green Blue C M Y K H S L
Decimal 51 105 118 0.57 0.11 0 0.54 191.64 0.4 0.33
Hex 33 69 76 39 B 0 36 C0 28 21
Octal 63 151 166 71 13 0 66 300 50 41
Binary 110011 1101001 1110110 111001 1011 0 110110 11000000 101000 100001

Color Harmonies of #336976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336976

Black with #336976

Text Example


Text Example

White with #336976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336976; }

 p { color: rgb(51,105,118); }

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

background-color css

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

 a { background-color: rgb(51,105,118); }

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

border-color css

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

 span { border-color: rgb(51,105,118); }

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