Html Css Color HEX #33707C Atoll

📋 copy color: '#33707C'

red 51 ◦ green 112 ◦ blue 124

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

Shades of Atoll #33707C

Tints of Atoll #33707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.02%

 BLUE value IS 124 (48.83% from 255) = 43.21%

R = 17.77%
G = 39.02%
B = 43.21%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33707C (or 0x33707C) is known color: Atoll. HEX triplet: 33, 70 and 7C. RGB value is (51,112,124). Sum of RGB (Red+Green+Blue) = 51+112+124=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #33707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33707C is #CC8F83. Grayscale: #5F5F5F. Windows color (decimal): -13406084 or 8155187. OLE color: 8155187.

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

Color convert

RGB 51 112 124 -
CMYK 0.59 0.10 0 0.51
HSL 189.86º 0.42% 0.34% -
HSV(B) 189.86º 0.59% 0.49% -
XYZ 10.8 13.75 21.15 -
YUV 95.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 51 112 124 0.59 0.10 0 0.51 189.86 0.42 0.34
Hex 33 70 7C 3B A 0 33 BE 2A 22
Octal 63 160 174 73 12 0 63 276 52 42
Binary 110011 1110000 1111100 111011 1010 0 110011 10111110 101010 100010

Color Harmonies of #33707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33707C

Black with #33707C

Text Example


Text Example

White with #33707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33707C; }

 p { color: rgb(51,112,124); }

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

background-color css

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

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

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

border-color css

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

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

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