#237AA3

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

Shades of Lochmara #237AA3

Tints of Lochmara #237AA3

Color information

#237AA3 (or 0x237AA3) is unknown color: approx Lochmara. HEX triplet: 23, 7A and A3. RGB value is (35,122,163). Sum of RGB (Red+Green+Blue) = 35+122+163=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 163 (64.06% from 255 or 50.94% from 320); Max value from RGB is 163 - color contains mainly: blue. Hex color #237AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237AA3 is #DC855C. Grayscale: #646464. Windows color (decimal): -14452061 or 10713635. OLE color: 10713635.

HSL color Cylindrical-coordinate representation of color #237AA3: hue angle of 199.22º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #237AA3 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB35122163-
CMYK0.790.2500.36
HSL199.22º64.65%38.82%-
HSV(B)199.22º78.53%63.92%-
XYZ14.2616.9237.16-
YUV100.66163.1881.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.94%
GREEN value IS 122 (48.05% from 255) = 38.12%
BLUE value IS 163 (64.06% from 255) = 50.94%
R=10.94%
G=38.12%
B=50.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal351221630.790.2500.36199.2264.6538.82
Hex237AA34F19024c74127
Octal431722431173104430710147
Binary1000111111010101000111001111110010100100110001111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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