#237CA8

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

Shades of Lochmara #237CA8

Tints of Lochmara #237CA8

Color information

#237CA8 (or 0x237CA8) is unknown color: approx Lochmara. HEX triplet: 23, 7C and A8. RGB value is (35,124,168). Sum of RGB (Red+Green+Blue) = 35+124+168=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 168 (66.02% from 255 or 51.38% from 327); Max value from RGB is 168 - color contains mainly: blue. Hex color #237CA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237CA8 is #DC8357. Grayscale: #666666. Windows color (decimal): -14451544 or 11041827. OLE color: 11041827.

HSL color Cylindrical-coordinate representation of color #237CA8: hue angle of 199.85º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #237CA8 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB35124168-
CMYK0.790.2600.34
HSL199.85º65.52%39.8%-
HSV(B)199.85º79.17%65.88%-
XYZ14.9717.639.65-
YUV102.4165.0179.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.70%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 168 (66.02% from 255) = 51.38%
R=10.70%
G=37.92%
B=51.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal351241680.790.2600.34199.8565.5239.8
Hex237CA84F1A022c84228
Octal431742501173204231010250
Binary1000111111100101010001001111110100100010110010001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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