#23828C

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

Shades of Atoll #23828C

Tints of Atoll #23828C

Color information

#23828C (or 0x23828C) is unknown color: approx Atoll. HEX triplet: 23, 82 and 8C. RGB value is (35,130,140). Sum of RGB (Red+Green+Blue) = 35+130+140=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #23828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23828C is #DC7D73. Grayscale: #666666. Windows color (decimal): -14450036 or 9208355. OLE color: 9208355.

HSL color Cylindrical-coordinate representation of color #23828C: hue angle of 185.71º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23828C is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB35130140-
CMYK0.750.0700.45
HSL185.71º60%34.31%-
HSV(B)185.71º75%54.9%-
XYZ13.4118.2227.62-
YUV102.74149.0379.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.48%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 140 (55.08% from 255) = 45.90%
R=11.48%
G=42.62%
B=45.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351301400.750.0700.45185.716034.31
Hex23828C4B702Dba3c22
Octal4320221411370552727442
Binary10001110000010100011001001011111010110110111010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23828C; }

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

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

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

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

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

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

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

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