Html Css Color HEX #337278 Atoll

📋 copy color: '#337278'

red 51 ◦ green 114 ◦ blue 120

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

Shades of Atoll #337278

Tints of Atoll #337278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40%

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

R = 17.89%
G = 40%
B = 42.11%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#337278 (or 0x337278) is known color: Atoll. HEX triplet: 33, 72 and 78. RGB value is (51,114,120). Sum of RGB (Red+Green+Blue) = 51+114+120=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #337278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337278 is #CC8D87. Grayscale: #5F5F5F. Windows color (decimal): -13405576 or 7893555. OLE color: 7893555.

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

Color convert

RGB 51 114 120 -
CMYK 0.58 0.05 0 0.53
HSL 185.22º 0.4% 0.34% -
HSV(B) 185.22º 0.58% 0.47% -
XYZ 10.77 14.09 19.92 -
YUV 95.85 141.63 96.01 -
System Red Green Blue C M Y K H S L
Decimal 51 114 120 0.58 0.05 0 0.53 185.22 0.4 0.34
Hex 33 72 78 3A 5 0 35 B9 28 22
Octal 63 162 170 72 5 0 65 271 50 42
Binary 110011 1110010 1111000 111010 101 0 110101 10111001 101000 100010

Color Harmonies of #337278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337278

Black with #337278

Text Example


Text Example

White with #337278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337278; }

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

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

background-color css

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

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

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

border-color css

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

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

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