#23777B

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

Shades of Atoll #23777B

Tints of Atoll #23777B

Color information

#23777B (or 0x23777B) is unknown color: approx Atoll. HEX triplet: 23, 77 and 7B. RGB value is (35,119,123). Sum of RGB (Red+Green+Blue) = 35+119+123=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #23777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23777B is #DC8884. Grayscale: #5E5E5E. Windows color (decimal): -14452869 or 8091427. OLE color: 8091427.

HSL color Cylindrical-coordinate representation of color #23777B: hue angle of 182.73º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #23777B is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB35119123-
CMYK0.720.0300.52
HSL182.73º55.7%30.98%-
HSV(B)182.73º71.54%48.24%-
XYZ10.8714.9821.06-
YUV94.34144.1785.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.64%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=12.64%
G=42.96%
B=44.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal351191230.720.0300.52182.7355.730.98
Hex23777B483034b7381f
Octal4316717311030642677037
Binary1000111110111111101110010001101101001011011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,119,123); }

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

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

 a { background-color: rgb(35,119,123); }

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

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

 span { border-color: rgb(35,119,123); }

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