#238289

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

Shades of Atoll #238289

Tints of Atoll #238289

Color information

#238289 (or 0x238289) is unknown color: approx Atoll. HEX triplet: 23, 82 and 89. RGB value is (35,130,137). Sum of RGB (Red+Green+Blue) = 35+130+137=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 137 - color contains mainly: blue. Hex color #238289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238289 is #DC7D76. Grayscale: #666666. Windows color (decimal): -14450039 or 9011747. OLE color: 9011747.

HSL color Cylindrical-coordinate representation of color #238289: hue angle of 184.12º 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 #238289 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB35130137-
CMYK0.740.0500.46
HSL184.12º59.3%33.73%-
HSV(B)184.12º74.45%53.73%-
XYZ13.1918.1326.47-
YUV102.39147.5379.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.59%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 137 (53.91% from 255) = 45.36%
R=11.59%
G=43.05%
B=45.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal351301370.740.0500.46184.1259.333.73
Hex2382894A502Eb83b22
Octal4320221111250562707342
Binary10001110000010100010011001010101010111010111000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238289; }

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

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

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

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

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

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

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

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