#238583

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

Shades of Atoll #238583

Tints of Atoll #238583

Color information

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

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

Color convert

RGB35133131-
CMYK0.7400.020.48
HSL178.78º58.33%32.94%-
HSV(B)178.78º73.68%52.16%-
XYZ13.1818.7724.4-
YUV103.47143.5379.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal351331310.7400.020.48178.7858.3332.94
Hex2385834A0230b33a21
Octal4320520311202602637241
Binary1000111000010110000011100101001011000010110011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238583; }

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

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

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

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

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

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

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

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