Html Css Color HEX #336978 Blumine

📋 copy color: '#336978'

red 51 ◦ green 105 ◦ blue 120

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

Shades of Blumine #336978

Tints of Blumine #336978

RGB

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

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

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

R = 18.48%
G = 38.04%
B = 43.48%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#336978 (or 0x336978) is known color: Blumine. HEX triplet: 33, 69 and 78. RGB value is (51,105,120). Sum of RGB (Red+Green+Blue) = 51+105+120=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #336978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336978 is #CC9687. Grayscale: #5A5A5A. Windows color (decimal): -13407880 or 7891251. OLE color: 7891251.

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

Color convert

RGB 51 105 120 -
CMYK 0.58 0.13 0 0.53
HSL 193.04º 0.4% 0.34% -
HSV(B) 193.04º 0.58% 0.47% -
XYZ 9.81 12.16 19.6 -
YUV 90.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 51 105 120 0.58 0.13 0 0.53 193.04 0.4 0.34
Hex 33 69 78 3A D 0 35 C1 28 22
Octal 63 151 170 72 15 0 65 301 50 42
Binary 110011 1101001 1111000 111010 1101 0 110101 11000001 101000 100010

Color Harmonies of #336978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336978

Black with #336978

Text Example


Text Example

White with #336978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336978; }

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

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

background-color css

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

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

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

border-color css

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

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

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