Html Css Color HEX #3D71A7 Lochmara

📋 copy color: '#3D71A7'

red 61 ◦ green 113 ◦ blue 167

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

Shades of Lochmara #3D71A7

Tints of Lochmara #3D71A7

RGB

 RED value IS 61 (24.22% from 255) = 17.89%

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

 BLUE value IS 167 (65.63% from 255) = 48.97%

R = 17.89%
G = 33.14%
B = 48.97%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3D71A7 (or 0x3D71A7) is known color: Lochmara. HEX triplet: 3D, 71 and A7. RGB value is (61,113,167). Sum of RGB (Red+Green+Blue) = 61+113+167=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 167 (65.62% from 255 or 48.97% from 341); Max value from RGB is 167 - color contains mainly: blue. Hex color #3D71A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D71A7 is #C28E58. Grayscale: #676767. Windows color (decimal): -12750425 or 10973501. OLE color: 10973501.

HSL color Cylindrical-coordinate representation of color #3D71A7: hue angle of 210.57º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D71A7 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 61 113 167 -
CMYK 0.63 0.32 0 0.35
HSL 210.57º 0.46% 0.45% -
HSV(B) 210.57º 0.63% 0.65% -
XYZ 14.8 15.59 38.79 -
YUV 103.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 61 113 167 0.63 0.32 0 0.35 210.57 0.46 0.45
Hex 3D 71 A7 3F 20 0 23 D3 2E 2D
Octal 75 161 247 77 40 0 43 323 56 55
Binary 111101 1110001 10100111 111111 100000 0 100011 11010011 101110 101101

Color Harmonies of #3D71A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D71A7

Black with #3D71A7

Text Example


Text Example

White with #3D71A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,113,167); }

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

background-color css

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

 a { background-color: rgb(61,113,167); }

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

border-color css

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

 span { border-color: rgb(61,113,167); }

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