Html Css Color HEX #248589 Atoll

📋 copy color: '#248589'

red 36 ◦ green 133 ◦ blue 137

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

Shades of Atoll #248589

Tints of Atoll #248589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.77%

R = 11.76%
G = 43.46%
B = 44.77%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#248589 (or 0x248589) is known color: Atoll. HEX triplet: 24, 85 and 89. RGB value is (36,133,137). Sum of RGB (Red+Green+Blue) = 36+133+137=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #248589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248589 is #DB7A76. Grayscale: #686868. Windows color (decimal): -14383735 or 9012516. OLE color: 9012516.

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

Color convert

RGB 36 133 137 -
CMYK 0.74 0.03 0 0.46
HSL 182.38º 0.58% 0.34% -
HSV(B) 182.38º 0.74% 0.54% -
XYZ 13.63 18.96 26.61 -
YUV 104.45 146.36 79.17 -
System Red Green Blue C M Y K H S L
Decimal 36 133 137 0.74 0.03 0 0.46 182.38 0.58 0.34
Hex 24 85 89 4A 3 0 2E B6 3A 22
Octal 44 205 211 112 3 0 56 266 72 42
Binary 100100 10000101 10001001 1001010 11 0 101110 10110110 111010 100010

Color Harmonies of #248589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248589

Black with #248589

Text Example


Text Example

White with #248589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248589; }

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

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

background-color css

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

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

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

border-color css

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

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

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