Html Css Color HEX #3B71AC Lochmara

📋 copy color: '#3B71AC'

red 59 ◦ green 113 ◦ blue 172

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

Shades of Lochmara #3B71AC

Tints of Lochmara #3B71AC

RGB

 RED value IS 59 (23.44% from 255) = 17.15%

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

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

R = 17.15%
G = 32.85%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B71AC (or 0x3B71AC) is known color: Lochmara. HEX triplet: 3B, 71 and AC. RGB value is (59,113,172). Sum of RGB (Red+Green+Blue) = 59+113+172=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B71AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B71AC is #C48E53. Grayscale: #676767. Windows color (decimal): -12881492 or 11301179. OLE color: 11301179.

HSL color Cylindrical-coordinate representation of color #3B71AC: hue angle of 211.33º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B71AC is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 113 172 -
CMYK 0.66 0.34 0 0.33
HSL 211.33º 0.49% 0.45% -
HSV(B) 211.33º 0.66% 0.67% -
XYZ 15.16 15.72 41.26 -
YUV 103.58 166.61 96.2 -
System Red Green Blue C M Y K H S L
Decimal 59 113 172 0.66 0.34 0 0.33 211.33 0.49 0.45
Hex 3B 71 AC 42 22 0 21 D3 31 2D
Octal 73 161 254 102 42 0 41 323 61 55
Binary 111011 1110001 10101100 1000010 100010 0 100001 11010011 110001 101101

Color Harmonies of #3B71AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B71AC

Black with #3B71AC

Text Example


Text Example

White with #3B71AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B71AC; }

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

 H1.HeaderClassName
 {
   color: #3B71AC;
 }
 .AnyTagClassName
 {
   color: #3B71AC;
 }
</style>

background-color css

<style>
 a { background-color: #3B71AC; }

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

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

border-color css

<style>
 span { border-color: #3B71AC; }

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

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