Html Css Color HEX #248588 Atoll

📋 copy color: '#248588'

red 36 ◦ green 133 ◦ blue 136

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

Shades of Atoll #248588

Tints of Atoll #248588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.61%

 BLUE value IS 136 (53.52% from 255) = 44.59%

R = 11.8%
G = 43.61%
B = 44.59%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#248588 (or 0x248588) is known color: Atoll. HEX triplet: 24, 85 and 88. RGB value is (36,133,136). Sum of RGB (Red+Green+Blue) = 36+133+136=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #248588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248588 is #DB7A77. Grayscale: #686868. Windows color (decimal): -14383736 or 8946980. OLE color: 8946980.

HSL color Cylindrical-coordinate representation of color #248588: hue angle of 181.8º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248588 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 133 136 -
CMYK 0.74 0.02 0 0.47
HSL 181.8º 0.58% 0.34% -
HSV(B) 181.8º 0.74% 0.53% -
XYZ 13.56 18.93 26.23 -
YUV 104.34 145.86 79.26 -
System Red Green Blue C M Y K H S L
Decimal 36 133 136 0.74 0.02 0 0.47 181.8 0.58 0.34
Hex 24 85 88 4A 2 0 2F B6 3A 22
Octal 44 205 210 112 2 0 57 266 72 42
Binary 100100 10000101 10001000 1001010 10 0 101111 10110110 111010 100010

Color Harmonies of #248588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248588

Black with #248588

Text Example


Text Example

White with #248588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248588; }

 p { color: rgb(36,133,136); }

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

background-color css

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

 a { background-color: rgb(36,133,136); }

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

border-color css

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

 span { border-color: rgb(36,133,136); }

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