#23757a

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

Shades of Atoll #23757A

Tints of Atoll #23757A

Color information

#23757A (or 0x23757A) is unknown color: approx Atoll. HEX triplet: 23, 75 and 7A. RGB value is (35,117,122). Sum of RGB (Red+Green+Blue) = 35+117+122=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #23757A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23757A is #DC8A85. Grayscale: #5C5C5C. Windows color (decimal): -14453382 or 8025379. OLE color: 8025379.

HSL color Cylindrical-coordinate representation of color #23757A: hue angle of 183.45º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23757A is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB35117122-
CMYK0.710.0400.52
HSL183.45º55.41%30.78%-
HSV(B)183.45º71.31%47.84%-
XYZ10.5714.4920.65-
YUV93.05144.3386.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.77%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=12.77%
G=42.70%
B=44.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal351171220.710.0400.52183.4555.4130.78
Hex23757A474034b7371f
Octal4316517210740642676737
Binary10001111101011111010100011110001101001011011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23757a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23757a; }

 p { color: rgb(35,117,122); }

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

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

 a { background-color: rgb(35,117,122); }

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

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

 span { border-color: rgb(35,117,122); }

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