Html Css Color HEX #337884 Atoll

📋 copy color: '#337884'

red 51 ◦ green 120 ◦ blue 132

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

Shades of Atoll #337884

Tints of Atoll #337884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.6%

 BLUE value IS 132 (51.95% from 255) = 43.56%

R = 16.83%
G = 39.6%
B = 43.56%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#337884 (or 0x337884) is known color: Atoll. HEX triplet: 33, 78 and 84. RGB value is (51,120,132). Sum of RGB (Red+Green+Blue) = 51+120+132=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #337884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337884 is #CC877B. Grayscale: #646464. Windows color (decimal): -13404028 or 8681523. OLE color: 8681523.

HSL color Cylindrical-coordinate representation of color #337884: hue angle of 188.89º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #337884 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 120 132 -
CMYK 0.61 0.09 0 0.48
HSL 188.89º 0.44% 0.36% -
HSV(B) 188.89º 0.61% 0.52% -
XYZ 12.25 15.8 24.23 -
YUV 100.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 51 120 132 0.61 0.09 0 0.48 188.89 0.44 0.36
Hex 33 78 84 3D 9 0 30 BD 2C 24
Octal 63 170 204 75 11 0 60 275 54 44
Binary 110011 1111000 10000100 111101 1001 0 110000 10111101 101100 100100

Color Harmonies of #337884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337884

Black with #337884

Text Example


Text Example

White with #337884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337884; }

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

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

background-color css

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

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

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

border-color css

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

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

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