Html Css Color HEX #24757C Atoll

📋 copy color: '#24757C'

red 36 ◦ green 117 ◦ blue 124

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

Shades of Atoll #24757C

Tints of Atoll #24757C

RGB

 RED value IS 36 (14.45% from 255) = 13%

 GREEN value IS 117 (46.09% from 255) = 42.24%

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

R = 13%
G = 42.24%
B = 44.77%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#24757C (or 0x24757C) is known color: Atoll. HEX triplet: 24, 75 and 7C. RGB value is (36,117,124). Sum of RGB (Red+Green+Blue) = 36+117+124=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #24757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24757C is #DB8A83. Grayscale: #5D5D5D. Windows color (decimal): -14387844 or 8156452. OLE color: 8156452.

HSL color Cylindrical-coordinate representation of color #24757C: hue angle of 184.77º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24757C is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 117 124 -
CMYK 0.71 0.06 0 0.51
HSL 184.77º 0.55% 0.31% -
HSV(B) 184.77º 0.71% 0.49% -
XYZ 10.73 14.55 21.31 -
YUV 93.58 145.16 86.93 -
System Red Green Blue C M Y K H S L
Decimal 36 117 124 0.71 0.06 0 0.51 184.77 0.55 0.31
Hex 24 75 7C 47 6 0 33 B9 37 1F
Octal 44 165 174 107 6 0 63 271 67 37
Binary 100100 1110101 1111100 1000111 110 0 110011 10111001 110111 11111

Color Harmonies of #24757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24757C

Black with #24757C

Text Example


Text Example

White with #24757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,117,124); }

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

background-color css

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

 a { background-color: rgb(36,117,124); }

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

border-color css

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

 span { border-color: rgb(36,117,124); }

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