#238385

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

Shades of Atoll #238385

Tints of Atoll #238385

Color information

#238385 (or 0x238385) is unknown color: approx Atoll. HEX triplet: 23, 83 and 85. RGB value is (35,131,133). Sum of RGB (Red+Green+Blue) = 35+131+133=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #238385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238385 is #DC7C7A. Grayscale: #666666. Windows color (decimal): -14449787 or 8749859. OLE color: 8749859.

HSL color Cylindrical-coordinate representation of color #238385: hue angle of 181.22º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238385 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB35131133-
CMYK0.740.0200.48
HSL181.22º58.33%32.94%-
HSV(B)181.22º73.68%52.16%-
XYZ13.0418.2825.03-
YUV102.52145.279.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.71%
GREEN value IS 131 (51.56% from 255) = 43.81%
BLUE value IS 133 (52.34% from 255) = 44.48%
R=11.71%
G=43.81%
B=44.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal351311330.740.0200.48181.2258.3332.94
Hex2383854A2030b53a21
Octal4320320511220602657241
Binary1000111000001110000101100101010011000010110101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238385; }

 p { color: rgb(35,131,133); }

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

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

 a { background-color: rgb(35,131,133); }

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

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

 span { border-color: rgb(35,131,133); }

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