Html Css Color HEX #33747C Atoll

📋 copy color: '#33747C'

red 51 ◦ green 116 ◦ blue 124

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

Shades of Atoll #33747C

Tints of Atoll #33747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.86%

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

R = 17.53%
G = 39.86%
B = 42.61%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33747C (or 0x33747C) is known color: Atoll. HEX triplet: 33, 74 and 7C. RGB value is (51,116,124). Sum of RGB (Red+Green+Blue) = 51+116+124=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #33747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33747C is #CC8B83. Grayscale: #616161. Windows color (decimal): -13405060 or 8156211. OLE color: 8156211.

HSL color Cylindrical-coordinate representation of color #33747C: hue angle of 186.58º 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 #33747C is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 116 124 -
CMYK 0.59 0.06 0 0.51
HSL 186.58º 0.42% 0.34% -
HSV(B) 186.58º 0.59% 0.49% -
XYZ 11.25 14.65 21.3 -
YUV 97.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 51 116 124 0.59 0.06 0 0.51 186.58 0.42 0.34
Hex 33 74 7C 3B 6 0 33 BB 2A 22
Octal 63 164 174 73 6 0 63 273 52 42
Binary 110011 1110100 1111100 111011 110 0 110011 10111011 101010 100010

Color Harmonies of #33747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33747C

Black with #33747C

Text Example


Text Example

White with #33747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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