Html Css Color HEX #337272 Atoll

📋 copy color: '#337272'

red 51 ◦ green 114 ◦ blue 114

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

Shades of Atoll #337272

Tints of Atoll #337272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 18.28%
G = 40.86%
B = 40.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#337272 (or 0x337272) is known color: Atoll. HEX triplet: 33, 72 and 72. RGB value is (51,114,114). Sum of RGB (Red+Green+Blue) = 51+114+114=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #337272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337272 is #CC8D8D. Grayscale: #5F5F5F. Windows color (decimal): -13405582 or 7500339. OLE color: 7500339.

HSL color Cylindrical-coordinate representation of color #337272: hue angle of 180º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337272 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 114 114 -
CMYK 0.55 0 0 0.55
HSL 180º 0.38% 0.32% -
HSV(B) 180º 0.55% 0.45% -
XYZ 10.42 13.95 18.06 -
YUV 95.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 51 114 114 0.55 0 0 0.55 180 0.38 0.32
Hex 33 72 72 37 0 0 37 B4 26 20
Octal 63 162 162 67 0 0 67 264 46 40
Binary 110011 1110010 1110010 110111 0 0 110111 10110100 100110 100000

Color Harmonies of #337272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337272

Black with #337272

Text Example


Text Example

White with #337272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337272; }

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

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

background-color css

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

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

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

border-color css

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

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

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