#238489

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

Shades of Atoll #238489

Tints of Atoll #238489

Color information

#238489 (or 0x238489) is unknown color: approx Atoll. HEX triplet: 23, 84 and 89. RGB value is (35,132,137). Sum of RGB (Red+Green+Blue) = 35+132+137=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #238489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238489 is #DC7B76. Grayscale: #676767. Windows color (decimal): -14449527 or 9012259. OLE color: 9012259.

HSL color Cylindrical-coordinate representation of color #238489: hue angle of 182.94º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238489 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB35132137-
CMYK0.740.0400.46
HSL182.94º59.3%33.73%-
HSV(B)182.94º74.45%53.73%-
XYZ13.4618.6726.56-
YUV103.57146.8679.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.51%
GREEN value IS 132 (51.95% from 255) = 43.42%
BLUE value IS 137 (53.91% from 255) = 45.07%
R=11.51%
G=43.42%
B=45.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal351321370.740.0400.46182.9459.333.73
Hex2384894A402Eb73b22
Octal4320421111240562677342
Binary10001110000100100010011001010100010111010110111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238489; }

 p { color: rgb(35,132,137); }

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

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

 a { background-color: rgb(35,132,137); }

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

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

 span { border-color: rgb(35,132,137); }

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