Html Css Color HEX #337378 Atoll

📋 copy color: '#337378'

red 51 ◦ green 115 ◦ blue 120

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

Shades of Atoll #337378

Tints of Atoll #337378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.21%

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

R = 17.83%
G = 40.21%
B = 41.96%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#337378 (or 0x337378) is known color: Atoll. HEX triplet: 33, 73 and 78. RGB value is (51,115,120). Sum of RGB (Red+Green+Blue) = 51+115+120=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #337378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337378 is #CC8C87. Grayscale: #606060. Windows color (decimal): -13405320 or 7893811. OLE color: 7893811.

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

Color convert

RGB 51 115 120 -
CMYK 0.58 0.04 0 0.53
HSL 184.35º 0.4% 0.34% -
HSV(B) 184.35º 0.58% 0.47% -
XYZ 10.89 14.32 19.96 -
YUV 96.43 141.3 95.59 -
System Red Green Blue C M Y K H S L
Decimal 51 115 120 0.58 0.04 0 0.53 184.35 0.4 0.34
Hex 33 73 78 3A 4 0 35 B8 28 22
Octal 63 163 170 72 4 0 65 270 50 42
Binary 110011 1110011 1111000 111010 100 0 110101 10111000 101000 100010

Color Harmonies of #337378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337378

Black with #337378

Text Example


Text Example

White with #337378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337378; }

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

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

background-color css

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

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

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

border-color css

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

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

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