#237f8f

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

Shades of Atoll #237F8F

Tints of Atoll #237F8F

Color information

#237F8F (or 0x237F8F) is unknown color: approx Atoll. HEX triplet: 23, 7F and 8F. RGB value is (35,127,143). Sum of RGB (Red+Green+Blue) = 35+127+143=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #237F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237F8F is #DC8070. Grayscale: #656565. Windows color (decimal): -14450801 or 9404195. OLE color: 9404195.

HSL color Cylindrical-coordinate representation of color #237F8F: hue angle of 188.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #237F8F is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB35127143-
CMYK0.760.1100.44
HSL188.89º60.67%34.9%-
HSV(B)188.89º75.52%56.08%-
XYZ13.2417.5228.67-
YUV101.32151.5280.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.48%
GREEN value IS 127 (50% from 255) = 41.64%
BLUE value IS 143 (56.25% from 255) = 46.89%
R=11.48%
G=41.64%
B=46.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal351271430.760.1100.44188.8960.6734.9
Hex237F8F4CB02Cbd3d23
Octal43177217114130542757543
Binary10001111111111000111110011001011010110010111101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237f8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237f8f; }

 p { color: rgb(35,127,143); }

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

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

 a { background-color: rgb(35,127,143); }

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

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

 span { border-color: rgb(35,127,143); }

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