#2374AA

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

Shades of Lochmara #2374AA

Tints of Lochmara #2374AA

Color information

#2374AA (or 0x2374AA) is unknown color: approx Lochmara. HEX triplet: 23, 74 and AA. RGB value is (35,116,170). Sum of RGB (Red+Green+Blue) = 35+116+170=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #2374AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2374AA is #DC8B55. Grayscale: #616161. Windows color (decimal): -14453590 or 11170851. OLE color: 11170851.

HSL color Cylindrical-coordinate representation of color #2374AA: hue angle of 204º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2374AA is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB35116170-
CMYK0.790.3200.33
HSL204º65.85%40.2%-
HSV(B)204º79.41%66.67%-
XYZ14.1915.7540.32-
YUV97.94168.6683.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.90%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=10.90%
G=36.14%
B=52.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal351161700.790.3200.3320465.8540.2
Hex2374AA4F20021cc4228
Octal431642521174004131410250
Binary10001111101001010101010011111000000100001110011001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2374AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2374AA; }

 p { color: rgb(35,116,170); }

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

<style>
 a { background-color: #2374AA; }

 a { background-color: rgb(35,116,170); }

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

<style>
 span { border-color: #2374AA; }

 span { border-color: rgb(35,116,170); }

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