Html Css Color HEX #336376 Blumine

📋 copy color: '#336376'

red 51 ◦ green 99 ◦ blue 118

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

Shades of Blumine #336376

Tints of Blumine #336376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

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

R = 19.03%
G = 36.94%
B = 44.03%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#336376 (or 0x336376) is known color: Blumine. HEX triplet: 33, 63 and 76. RGB value is (51,99,118). Sum of RGB (Red+Green+Blue) = 51+99+118=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #336376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336376 is #CC9C89. Grayscale: #565656. Windows color (decimal): -13409418 or 7758643. OLE color: 7758643.

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

Color convert

RGB 51 99 118 -
CMYK 0.57 0.16 0 0.54
HSL 197.01º 0.4% 0.33% -
HSV(B) 197.01º 0.57% 0.46% -
XYZ 9.1 10.94 18.77 -
YUV 86.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 51 99 118 0.57 0.16 0 0.54 197.01 0.4 0.33
Hex 33 63 76 39 10 0 36 C5 28 21
Octal 63 143 166 71 20 0 66 305 50 41
Binary 110011 1100011 1110110 111001 10000 0 110110 11000101 101000 100001

Color Harmonies of #336376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336376

Black with #336376

Text Example


Text Example

White with #336376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336376; }

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

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

background-color css

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

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

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

border-color css

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

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

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