#23828B

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

Shades of Atoll #23828B

Tints of Atoll #23828B

Color information

#23828B (or 0x23828B) is unknown color: approx Atoll. HEX triplet: 23, 82 and 8B. RGB value is (35,130,139). Sum of RGB (Red+Green+Blue) = 35+130+139=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 139 - color contains mainly: blue. Hex color #23828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23828B is #DC7D74. Grayscale: #666666. Windows color (decimal): -14450037 or 9142819. OLE color: 9142819.

HSL color Cylindrical-coordinate representation of color #23828B: hue angle of 185.19º 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 #23828B is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB35130139-
CMYK0.750.0600.45
HSL185.19º59.77%34.12%-
HSV(B)185.19º74.82%54.51%-
XYZ13.3418.1927.23-
YUV102.62148.5379.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.51%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 139 (54.69% from 255) = 45.72%
R=11.51%
G=42.76%
B=45.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351301390.750.0600.45185.1959.7734.12
Hex23828B4B602Db93c22
Octal4320221311360552717442
Binary10001110000010100010111001011110010110110111001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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