Html Css Color HEX #2371AA Lochmara

📋 copy color: '#2371AA'

red 35 ◦ green 113 ◦ blue 170

#2371AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #2371AA

Tints of Lochmara #2371AA

RGB

 RED value IS 35 (14.06% from 255) = 11.01%

 GREEN value IS 113 (44.53% from 255) = 35.53%

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 11.01%
G = 35.53%
B = 53.46%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2371AA (or 0x2371AA) is known color: Lochmara. HEX triplet: 23, 71 and AA. RGB value is (35,113,170). Sum of RGB (Red+Green+Blue) = 35+113+170=318 (42% of max value = 765). Red value is 35 (14.06% from 255 or 11.01% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #2371AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2371AA is #DC8E55. Grayscale: #5F5F5F. Windows color (decimal): -14454358 or 11170083. OLE color: 11170083.

HSL color Cylindrical-coordinate representation of color #2371AA: hue angle of 205.33º 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 #2371AA is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 113 170 -
CMYK 0.79 0.34 0 0.33
HSL 205.33º 0.66% 0.4% -
HSV(B) 205.33º 0.79% 0.67% -
XYZ 13.85 15.07 40.21 -
YUV 96.18 169.66 84.37 -
System Red Green Blue C M Y K H S L
Decimal 35 113 170 0.79 0.34 0 0.33 205.33 0.66 0.4
Hex 23 71 AA 4F 22 0 21 CD 42 28
Octal 43 161 252 117 42 0 41 315 102 50
Binary 100011 1110001 10101010 1001111 100010 0 100001 11001101 1000010 101000

Color Harmonies of #2371AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2371AA

Black with #2371AA

Text Example


Text Example

White with #2371AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2371AA;
 }
 .AnyTagClassName
 {
   color: #2371AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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