#238688

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

Shades of Atoll #238688

Tints of Atoll #238688

Color information

#238688 (or 0x238688) is unknown color: approx Atoll. HEX triplet: 23, 86 and 88. RGB value is (35,134,136). Sum of RGB (Red+Green+Blue) = 35+134+136=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #238688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238688 is #DC7977. Grayscale: #686868. Windows color (decimal): -14449016 or 8947235. OLE color: 8947235.

HSL color Cylindrical-coordinate representation of color #238688: hue angle of 181.19º degrees, saturation: 0.59, 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 #238688 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB35134136-
CMYK0.740.0100.47
HSL181.19º59.06%33.53%-
HSV(B)181.19º74.26%53.33%-
XYZ13.6619.1926.28-
YUV104.63145.778.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.48%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=11.48%
G=43.93%
B=44.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal351341360.740.0100.47181.1959.0633.53
Hex2386884A102Fb53b22
Octal4320621011210572657342
Binary100011100001101000100010010101010111110110101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238688; }

 p { color: rgb(35,134,136); }

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

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

 a { background-color: rgb(35,134,136); }

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

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

 span { border-color: rgb(35,134,136); }

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