Html Css Color HEX #336778 Blumine

📋 copy color: '#336778'

red 51 ◦ green 103 ◦ blue 120

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

Shades of Blumine #336778

Tints of Blumine #336778

RGB

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

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

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

R = 18.61%
G = 37.59%
B = 43.8%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#336778 (or 0x336778) is known color: Blumine. HEX triplet: 33, 67 and 78. RGB value is (51,103,120). Sum of RGB (Red+Green+Blue) = 51+103+120=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #336778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336778 is #CC9887. Grayscale: #595959. Windows color (decimal): -13408392 or 7890739. OLE color: 7890739.

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

Color convert

RGB 51 103 120 -
CMYK 0.58 0.14 0 0.53
HSL 194.78º 0.4% 0.34% -
HSV(B) 194.78º 0.58% 0.47% -
XYZ 9.61 11.76 19.53 -
YUV 89.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 51 103 120 0.58 0.14 0 0.53 194.78 0.4 0.34
Hex 33 67 78 3A E 0 35 C3 28 22
Octal 63 147 170 72 16 0 65 303 50 42
Binary 110011 1100111 1111000 111010 1110 0 110101 11000011 101000 100010

Color Harmonies of #336778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336778

Black with #336778

Text Example


Text Example

White with #336778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336778; }

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

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

background-color css

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

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

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

border-color css

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

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

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