Html Css Color HEX #336776 Blumine

📋 copy color: '#336776'

red 51 ◦ green 103 ◦ blue 118

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

Shades of Blumine #336776

Tints of Blumine #336776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

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

R = 18.75%
G = 37.87%
B = 43.38%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336776 (or 0x336776) is known color: Blumine. HEX triplet: 33, 67 and 76. RGB value is (51,103,118). Sum of RGB (Red+Green+Blue) = 51+103+118=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #336776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336776 is #CC9889. Grayscale: #595959. Windows color (decimal): -13408394 or 7759667. OLE color: 7759667.

HSL color Cylindrical-coordinate representation of color #336776: hue angle of 193.43º 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 #336776 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 103 118 -
CMYK 0.57 0.13 0 0.54
HSL 193.43º 0.4% 0.33% -
HSV(B) 193.43º 0.57% 0.46% -
XYZ 9.49 11.71 18.9 -
YUV 89.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 51 103 118 0.57 0.13 0 0.54 193.43 0.4 0.33
Hex 33 67 76 39 D 0 36 C1 28 21
Octal 63 147 166 71 15 0 66 301 50 41
Binary 110011 1100111 1110110 111001 1101 0 110110 11000001 101000 100001

Color Harmonies of #336776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336776

Black with #336776

Text Example


Text Example

White with #336776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336776; }

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

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

background-color css

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

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

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

border-color css

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

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

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