Html Css Color HEX #337273 Atoll

📋 copy color: '#337273'

red 51 ◦ green 114 ◦ blue 115

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

Shades of Atoll #337273

Tints of Atoll #337273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 18.21%
G = 40.71%
B = 41.07%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#337273 (or 0x337273) is known color: Atoll. HEX triplet: 33, 72 and 73. RGB value is (51,114,115). Sum of RGB (Red+Green+Blue) = 51+114+115=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #337273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337273 is #CC8D8C. Grayscale: #5F5F5F. Windows color (decimal): -13405581 or 7565875. OLE color: 7565875.

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

Color convert

RGB 51 114 115 -
CMYK 0.56 0.01 0 0.55
HSL 180.94º 0.39% 0.33% -
HSV(B) 180.94º 0.56% 0.45% -
XYZ 10.48 13.98 18.37 -
YUV 95.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 51 114 115 0.56 0.01 0 0.55 180.94 0.39 0.33
Hex 33 72 73 38 1 0 37 B5 27 21
Octal 63 162 163 70 1 0 67 265 47 41
Binary 110011 1110010 1110011 111000 1 0 110111 10110101 100111 100001

Color Harmonies of #337273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337273

Black with #337273

Text Example


Text Example

White with #337273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337273; }

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

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

background-color css

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

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

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

border-color css

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

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

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