Html Css Color HEX #24838D Atoll

📋 copy color: '#24838D'

red 36 ◦ green 131 ◦ blue 141

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

Shades of Atoll #24838D

Tints of Atoll #24838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.53%

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 11.69%
G = 42.53%
B = 45.78%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24838D (or 0x24838D) is known color: Atoll. HEX triplet: 24, 83 and 8D. RGB value is (36,131,141). Sum of RGB (Red+Green+Blue) = 36+131+141=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #24838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24838D is #DB7C72. Grayscale: #676767. Windows color (decimal): -14384243 or 9274148. OLE color: 9274148.

HSL color Cylindrical-coordinate representation of color #24838D: hue angle of 185.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24838D is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 131 141 -
CMYK 0.74 0.07 0 0.45
HSL 185.71º 0.59% 0.35% -
HSV(B) 185.71º 0.74% 0.55% -
XYZ 13.65 18.53 28.06 -
YUV 103.74 149.03 79.69 -
System Red Green Blue C M Y K H S L
Decimal 36 131 141 0.74 0.07 0 0.45 185.71 0.59 0.35
Hex 24 83 8D 4A 7 0 2D BA 3B 23
Octal 44 203 215 112 7 0 55 272 73 43
Binary 100100 10000011 10001101 1001010 111 0 101101 10111010 111011 100011

Color Harmonies of #24838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24838D

Black with #24838D

Text Example


Text Example

White with #24838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,131,141); }

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

background-color css

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

 a { background-color: rgb(36,131,141); }

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

border-color css

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

 span { border-color: rgb(36,131,141); }

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