Html Css Color HEX #248085 Atoll

📋 copy color: '#248085'

red 36 ◦ green 128 ◦ blue 133

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

Shades of Atoll #248085

Tints of Atoll #248085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.78%

R = 12.12%
G = 43.1%
B = 44.78%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#248085 (or 0x248085) is known color: Atoll. HEX triplet: 24, 80 and 85. RGB value is (36,128,133). Sum of RGB (Red+Green+Blue) = 36+128+133=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #248085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248085 is #DB7F7A. Grayscale: #646464. Windows color (decimal): -14385019 or 8749092. OLE color: 8749092.

HSL color Cylindrical-coordinate representation of color #248085: hue angle of 183.09º 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 #248085 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 128 133 -
CMYK 0.73 0.04 0 0.48
HSL 183.09º 0.57% 0.33% -
HSV(B) 183.09º 0.73% 0.52% -
XYZ 12.68 17.51 24.9 -
YUV 101.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 36 128 133 0.73 0.04 0 0.48 183.09 0.57 0.33
Hex 24 80 85 49 4 0 30 B7 39 21
Octal 44 200 205 111 4 0 60 267 71 41
Binary 100100 10000000 10000101 1001001 100 0 110000 10110111 111001 100001

Color Harmonies of #248085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248085

Black with #248085

Text Example


Text Example

White with #248085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248085; }

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

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

background-color css

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

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

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

border-color css

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

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

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