#237AAC

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

Shades of Lochmara #237AAC

Tints of Lochmara #237AAC

Color information

#237AAC (or 0x237AAC) is unknown color: approx Lochmara. HEX triplet: 23, 7A and AC. RGB value is (35,122,172). Sum of RGB (Red+Green+Blue) = 35+122+172=329 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.64% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #237AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #237AAC is #DC8553. Grayscale: #656565. Windows color (decimal): -14452052 or 11303459. OLE color: 11303459.

HSL color Cylindrical-coordinate representation of color #237AAC: hue angle of 201.9º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #237AAC is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB35122172-
CMYK0.800.2900.33
HSL201.9º66.18%40.59%-
HSV(B)201.9º79.65%67.45%-
XYZ15.117.2541.56-
YUV101.69167.6880.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.64%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 172 (67.58% from 255) = 52.28%
R=10.64%
G=37.08%
B=52.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351221720.800.2900.33201.966.1840.59
Hex237AAC501D021ca4229
Octal431722541203504131210251
Binary1000111111010101011001010000111010100001110010101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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