Html Css Color HEX #248289 Atoll

📋 copy color: '#248289'

red 36 ◦ green 130 ◦ blue 137

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

Shades of Atoll #248289

Tints of Atoll #248289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.9%

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

R = 11.88%
G = 42.9%
B = 45.21%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#248289 (or 0x248289) is known color: Atoll. HEX triplet: 24, 82 and 89. RGB value is (36,130,137). Sum of RGB (Red+Green+Blue) = 36+130+137=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #248289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248289 is #DB7D76. Grayscale: #666666. Windows color (decimal): -14384503 or 9011748. OLE color: 9011748.

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

Color convert

RGB 36 130 137 -
CMYK 0.74 0.05 0 0.46
HSL 184.16º 0.58% 0.34% -
HSV(B) 184.16º 0.74% 0.54% -
XYZ 13.23 18.15 26.47 -
YUV 102.69 147.36 80.43 -
System Red Green Blue C M Y K H S L
Decimal 36 130 137 0.74 0.05 0 0.46 184.16 0.58 0.34
Hex 24 82 89 4A 5 0 2E B8 3A 22
Octal 44 202 211 112 5 0 56 270 72 42
Binary 100100 10000010 10001001 1001010 101 0 101110 10111000 111010 100010

Color Harmonies of #248289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248289

Black with #248289

Text Example


Text Example

White with #248289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248289; }

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

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

background-color css

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

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

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

border-color css

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

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

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