Html Css Color HEX #248584 Atoll

📋 copy color: '#248584'

red 36 ◦ green 133 ◦ blue 132

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

Shades of Atoll #248584

Tints of Atoll #248584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.85%

R = 11.96%
G = 44.19%
B = 43.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#248584 (or 0x248584) is known color: Atoll. HEX triplet: 24, 85 and 84. RGB value is (36,133,132). Sum of RGB (Red+Green+Blue) = 36+133+132=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #248584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248584 is #DB7A7B. Grayscale: #676767. Windows color (decimal): -14383740 or 8684836. OLE color: 8684836.

HSL color Cylindrical-coordinate representation of color #248584: hue angle of 179.38º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248584 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 133 132 -
CMYK 0.73 0 0.01 0.48
HSL 179.38º 0.57% 0.33% -
HSV(B) 179.38º 0.73% 0.52% -
XYZ 13.28 18.82 24.76 -
YUV 103.88 143.86 79.58 -
System Red Green Blue C M Y K H S L
Decimal 36 133 132 0.73 0 0.01 0.48 179.38 0.57 0.33
Hex 24 85 84 49 0 1 30 B3 39 21
Octal 44 205 204 111 0 1 60 263 71 41
Binary 100100 10000101 10000100 1001001 0 1 110000 10110011 111001 100001

Color Harmonies of #248584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248584

Black with #248584

Text Example


Text Example

White with #248584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248584; }

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

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

background-color css

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

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

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

border-color css

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

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

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