#248188

Color #248188 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #248188

Tints of Atoll #248188

Color information

#248188 (or 0x248188) is unknown color: approx Atoll. HEX triplet: 24, 81 and 88. RGB value is (36,129,136). Sum of RGB (Red+Green+Blue) = 36+129+136=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #248188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248188 is #DB7E77. Grayscale: #656565. Windows color (decimal): -14384760 or 8945956. OLE color: 8945956.

HSL color Cylindrical-coordinate representation of color #248188: hue angle of 184.2º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248188 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB36129136-
CMYK0.740.0500.47
HSL184.2º58.14%33.73%-
HSV(B)184.2º73.53%53.33%-
XYZ13.0217.8526.05-
YUV101.99147.1980.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.96%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 136 (53.52% from 255) = 45.18%
R=11.96%
G=42.86%
B=45.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal361291360.740.0500.47184.258.1433.73
Hex2481884A502Fb83a22
Octal4420121011250572707242
Binary10010010000001100010001001010101010111110111000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248188; }

 p { color: rgb(36,129,136); }

 H1.HeaderClassName
 {
   color: #248188;
 }
 .AnyTagClassName
 {
   color: #248188;
 }
</style>
background-color css

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

 a { background-color: rgb(36,129,136); }

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

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

 span { border-color: rgb(36,129,136); }

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