Html Css Color HEX #33737D Atoll

📋 copy color: '#33737D'

red 51 ◦ green 115 ◦ blue 125

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

Shades of Atoll #33737D

Tints of Atoll #33737D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.96%

R = 17.53%
G = 39.52%
B = 42.96%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33737D (or 0x33737D) is known color: Atoll. HEX triplet: 33, 73 and 7D. RGB value is (51,115,125). Sum of RGB (Red+Green+Blue) = 51+115+125=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #33737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33737D is #CC8C82. Grayscale: #606060. Windows color (decimal): -13405315 or 8221491. OLE color: 8221491.

HSL color Cylindrical-coordinate representation of color #33737D: hue angle of 188.11º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33737D is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 115 125 -
CMYK 0.59 0.08 0 0.51
HSL 188.11º 0.42% 0.35% -
HSV(B) 188.11º 0.59% 0.49% -
XYZ 11.2 14.45 21.6 -
YUV 97 143.8 95.19 -
System Red Green Blue C M Y K H S L
Decimal 51 115 125 0.59 0.08 0 0.51 188.11 0.42 0.35
Hex 33 73 7D 3B 8 0 33 BC 2A 23
Octal 63 163 175 73 10 0 63 274 52 43
Binary 110011 1110011 1111101 111011 1000 0 110011 10111100 101010 100011

Color Harmonies of #33737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33737D

Black with #33737D

Text Example


Text Example

White with #33737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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