Html Css Color HEX #248089 Atoll

📋 copy color: '#248089'

red 36 ◦ green 128 ◦ blue 137

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

Shades of Atoll #248089

Tints of Atoll #248089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.52%

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

R = 11.96%
G = 42.52%
B = 45.51%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#248089 (or 0x248089) is known color: Atoll. HEX triplet: 24, 80 and 89. RGB value is (36,128,137). Sum of RGB (Red+Green+Blue) = 36+128+137=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #248089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248089 is #DB7F76. Grayscale: #656565. Windows color (decimal): -14385015 or 9011236. OLE color: 9011236.

HSL color Cylindrical-coordinate representation of color #248089: hue angle of 185.35º 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 #248089 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 128 137 -
CMYK 0.74 0.07 0 0.46
HSL 185.35º 0.58% 0.34% -
HSV(B) 185.35º 0.74% 0.54% -
XYZ 12.96 17.62 26.38 -
YUV 101.52 148.02 81.27 -
System Red Green Blue C M Y K H S L
Decimal 36 128 137 0.74 0.07 0 0.46 185.35 0.58 0.34
Hex 24 80 89 4A 7 0 2E B9 3A 22
Octal 44 200 211 112 7 0 56 271 72 42
Binary 100100 10000000 10001001 1001010 111 0 101110 10111001 111010 100010

Color Harmonies of #248089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248089

Black with #248089

Text Example


Text Example

White with #248089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248089; }

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

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

background-color css

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

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

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

border-color css

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

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

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