Html Css Color HEX #337078 Atoll

📋 copy color: '#337078'

red 51 ◦ green 112 ◦ blue 120

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

Shades of Atoll #337078

Tints of Atoll #337078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.58%

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

R = 18.02%
G = 39.58%
B = 42.4%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#337078 (or 0x337078) is known color: Atoll. HEX triplet: 33, 70 and 78. RGB value is (51,112,120). Sum of RGB (Red+Green+Blue) = 51+112+120=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #337078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337078 is #CC8F87. Grayscale: #5E5E5E. Windows color (decimal): -13406088 or 7893043. OLE color: 7893043.

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

Color convert

RGB 51 112 120 -
CMYK 0.58 0.07 0 0.53
HSL 186.96º 0.4% 0.34% -
HSV(B) 186.96º 0.58% 0.47% -
XYZ 10.55 13.65 19.85 -
YUV 94.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 51 112 120 0.58 0.07 0 0.53 186.96 0.4 0.34
Hex 33 70 78 3A 7 0 35 BB 28 22
Octal 63 160 170 72 7 0 65 273 50 42
Binary 110011 1110000 1111000 111010 111 0 110101 10111011 101000 100010

Color Harmonies of #337078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337078

Black with #337078

Text Example


Text Example

White with #337078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337078; }

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

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

background-color css

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

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

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

border-color css

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

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

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