#237475

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

Shades of Atoll #237475

Tints of Atoll #237475

Color information

#237475 (or 0x237475) is unknown color: approx Atoll. HEX triplet: 23, 74 and 75. RGB value is (35,116,117). Sum of RGB (Red+Green+Blue) = 35+116+117=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #237475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237475 is #DC8B8A. Grayscale: #5B5B5B. Windows color (decimal): -14453643 or 7697443. OLE color: 7697443.

HSL color Cylindrical-coordinate representation of color #237475: hue angle of 180.73º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #237475 is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB35116117-
CMYK0.700.0100.54
HSL180.73º53.95%29.8%-
HSV(B)180.73º70.09%45.88%-
XYZ10.1514.1319.02-
YUV91.9142.1687.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.06%
GREEN value IS 116 (45.70% from 255) = 43.28%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=13.06%
G=43.28%
B=43.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal351161170.700.0100.54180.7353.9529.8
Hex237475461036b5361e
Octal4316416510610662656636
Binary100011111010011101011000110101101101011010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237475; }

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

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

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

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

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

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

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

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