Html Css Color HEX #336876 Blumine

📋 copy color: '#336876'

red 51 ◦ green 104 ◦ blue 118

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

Shades of Blumine #336876

Tints of Blumine #336876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.1%

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

R = 18.68%
G = 38.1%
B = 43.22%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336876 (or 0x336876) is known color: Blumine. HEX triplet: 33, 68 and 76. RGB value is (51,104,118). Sum of RGB (Red+Green+Blue) = 51+104+118=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #336876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336876 is #CC9789. Grayscale: #595959. Windows color (decimal): -13408138 or 7759923. OLE color: 7759923.

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

Color convert

RGB 51 104 118 -
CMYK 0.57 0.12 0 0.54
HSL 192.54º 0.4% 0.33% -
HSV(B) 192.54º 0.57% 0.46% -
XYZ 9.59 11.91 18.93 -
YUV 89.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 51 104 118 0.57 0.12 0 0.54 192.54 0.4 0.33
Hex 33 68 76 39 C 0 36 C1 28 21
Octal 63 150 166 71 14 0 66 301 50 41
Binary 110011 1101000 1110110 111001 1100 0 110110 11000001 101000 100001

Color Harmonies of #336876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336876

Black with #336876

Text Example


Text Example

White with #336876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336876; }

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

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

background-color css

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

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

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

border-color css

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

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

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