Html Css Color HEX #336178 Blumine

📋 copy color: '#336178'

red 51 ◦ green 97 ◦ blue 120

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

Shades of Blumine #336178

Tints of Blumine #336178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.19%

 BLUE value IS 120 (47.27% from 255) = 44.78%

R = 19.03%
G = 36.19%
B = 44.78%

CMYK

 C value IS 0.58

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#336178 (or 0x336178) is known color: Blumine. HEX triplet: 33, 61 and 78. RGB value is (51,97,120). Sum of RGB (Red+Green+Blue) = 51+97+120=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #336178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336178 is #CC9E87. Grayscale: #555555. Windows color (decimal): -13409928 or 7889203. OLE color: 7889203.

HSL color Cylindrical-coordinate representation of color #336178: hue angle of 200º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336178 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 97 120 -
CMYK 0.58 0.19 0 0.53
HSL 200º 0.4% 0.34% -
HSV(B) 200º 0.58% 0.47% -
XYZ 9.03 10.61 19.34 -
YUV 85.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 51 97 120 0.58 0.19 0 0.53 200 0.4 0.34
Hex 33 61 78 3A 13 0 35 C8 28 22
Octal 63 141 170 72 23 0 65 310 50 42
Binary 110011 1100001 1111000 111010 10011 0 110101 11001000 101000 100010

Color Harmonies of #336178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336178

Black with #336178

Text Example


Text Example

White with #336178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336178; }

 p { color: rgb(51,97,120); }

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

background-color css

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

 a { background-color: rgb(51,97,120); }

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

border-color css

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

 span { border-color: rgb(51,97,120); }

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