#237C8B

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

Shades of Atoll #237C8B

Tints of Atoll #237C8B

Color information

#237C8B (or 0x237C8B) is unknown color: approx Atoll. HEX triplet: 23, 7C and 8B. RGB value is (35,124,139). Sum of RGB (Red+Green+Blue) = 35+124+139=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #237C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237C8B is #DC8374. Grayscale: #626262. Windows color (decimal): -14451573 or 9141283. OLE color: 9141283.

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

Color convert

RGB35124139-
CMYK0.750.1100.45
HSL188.65º59.77%34.12%-
HSV(B)188.65º74.82%54.51%-
XYZ12.5616.6426.98-
YUV99.1150.5182.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.74%
GREEN value IS 124 (48.83% from 255) = 41.61%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=11.74%
G=41.61%
B=46.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351241390.750.1100.45188.6559.7734.12
Hex237C8B4BB02Dbd3c22
Octal43174213113130552757442
Binary10001111111001000101110010111011010110110111101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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