Html Css Color HEX #3371AC Lochmara

📋 copy color: '#3371AC'

red 51 ◦ green 113 ◦ blue 172

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

Shades of Lochmara #3371AC

Tints of Lochmara #3371AC

RGB

 RED value IS 51 (20.31% from 255) = 15.18%

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

 BLUE value IS 172 (67.58% from 255) = 51.19%

R = 15.18%
G = 33.63%
B = 51.19%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3371AC (or 0x3371AC) is known color: Lochmara. HEX triplet: 33, 71 and AC. RGB value is (51,113,172). Sum of RGB (Red+Green+Blue) = 51+113+172=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #3371AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3371AC is #CC8E53. Grayscale: #646464. Windows color (decimal): -13405780 or 11301171. OLE color: 11301171.

HSL color Cylindrical-coordinate representation of color #3371AC: hue angle of 209.26º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3371AC is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 113 172 -
CMYK 0.70 0.34 0 0.33
HSL 209.26º 0.54% 0.44% -
HSV(B) 209.26º 0.7% 0.67% -
XYZ 14.72 15.49 41.24 -
YUV 101.19 167.96 92.2 -
System Red Green Blue C M Y K H S L
Decimal 51 113 172 0.70 0.34 0 0.33 209.26 0.54 0.44
Hex 33 71 AC 46 22 0 21 D1 36 2C
Octal 63 161 254 106 42 0 41 321 66 54
Binary 110011 1110001 10101100 1000110 100010 0 100001 11010001 110110 101100

Color Harmonies of #3371AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3371AC

Black with #3371AC

Text Example


Text Example

White with #3371AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3371AC; }

 p { color: rgb(51,113,172); }

 H1.HeaderClassName
 {
   color: #3371AC;
 }
 .AnyTagClassName
 {
   color: #3371AC;
 }
</style>

background-color css

<style>
 a { background-color: #3371AC; }

 a { background-color: rgb(51,113,172); }

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

border-color css

<style>
 span { border-color: #3371AC; }

 span { border-color: rgb(51,113,172); }

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