Html Css Color HEX #248082 Atoll

📋 copy color: '#248082'

red 36 ◦ green 128 ◦ blue 130

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

Shades of Atoll #248082

Tints of Atoll #248082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 44.22%

R = 12.24%
G = 43.54%
B = 44.22%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#248082 (or 0x248082) is known color: Atoll. HEX triplet: 24, 80 and 82. RGB value is (36,128,130). Sum of RGB (Red+Green+Blue) = 36+128+130=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 130 (51.17% from 255 or 44.22% from 294); Max value from RGB is 130 - color contains mainly: blue. Hex color #248082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248082 is #DB7F7D. Grayscale: #646464. Windows color (decimal): -14385022 or 8552484. OLE color: 8552484.

HSL color Cylindrical-coordinate representation of color #248082: hue angle of 181.28º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248082 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 128 130 -
CMYK 0.72 0.02 0 0.49
HSL 181.28º 0.57% 0.33% -
HSV(B) 181.28º 0.72% 0.51% -
XYZ 12.48 17.43 23.82 -
YUV 100.72 144.52 81.84 -
System Red Green Blue C M Y K H S L
Decimal 36 128 130 0.72 0.02 0 0.49 181.28 0.57 0.33
Hex 24 80 82 48 2 0 31 B5 39 21
Octal 44 200 202 110 2 0 61 265 71 41
Binary 100100 10000000 10000010 1001000 10 0 110001 10110101 111001 100001

Color Harmonies of #248082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248082

Black with #248082

Text Example


Text Example

White with #248082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248082; }

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

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

background-color css

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

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

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

border-color css

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

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

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