Html Css Color HEX #2371AB Lochmara

📋 copy color: '#2371AB'

red 35 ◦ green 113 ◦ blue 171

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

Shades of Lochmara #2371AB

Tints of Lochmara #2371AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 10.97%
G = 35.42%
B = 53.61%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2371AB (or 0x2371AB) is known color: Lochmara. HEX triplet: 23, 71 and AB. RGB value is (35,113,171). Sum of RGB (Red+Green+Blue) = 35+113+171=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #2371AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2371AB is #DC8E54. Grayscale: #5F5F5F. Windows color (decimal): -14454357 or 11235619. OLE color: 11235619.

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

Color convert

RGB 35 113 171 -
CMYK 0.80 0.34 0 0.33
HSL 205.59º 0.66% 0.4% -
HSV(B) 205.59º 0.8% 0.67% -
XYZ 13.95 15.11 40.71 -
YUV 96.29 170.16 84.28 -
System Red Green Blue C M Y K H S L
Decimal 35 113 171 0.80 0.34 0 0.33 205.59 0.66 0.4
Hex 23 71 AB 50 22 0 21 CE 42 28
Octal 43 161 253 120 42 0 41 316 102 50
Binary 100011 1110001 10101011 1010000 100010 0 100001 11001110 1000010 101000

Color Harmonies of #2371AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2371AB

Black with #2371AB

Text Example


Text Example

White with #2371AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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