Html Css Color HEX #3F72AA Lochmara

📋 copy color: '#3F72AA'

red 63 ◦ green 114 ◦ blue 170

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

Shades of Lochmara #3F72AA

Tints of Lochmara #3F72AA

RGB

 RED value IS 63 (25% from 255) = 18.16%

 GREEN value IS 114 (44.92% from 255) = 32.85%

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

R = 18.16%
G = 32.85%
B = 48.99%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F72AA (or 0x3F72AA) is known color: Lochmara. HEX triplet: 3F, 72 and AA. RGB value is (63,114,170). Sum of RGB (Red+Green+Blue) = 63+114+170=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F72AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F72AA is #C08D55. Grayscale: #686868. Windows color (decimal): -12619094 or 11170367. OLE color: 11170367.

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

Color convert

RGB 63 114 170 -
CMYK 0.63 0.33 0 0.33
HSL 211.4º 0.46% 0.46% -
HSV(B) 211.4º 0.63% 0.67% -
XYZ 15.32 15.99 40.31 -
YUV 105.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 63 114 170 0.63 0.33 0 0.33 211.4 0.46 0.46
Hex 3F 72 AA 3F 21 0 21 D3 2E 2E
Octal 77 162 252 77 41 0 41 323 56 56
Binary 111111 1110010 10101010 111111 100001 0 100001 11010011 101110 101110

Color Harmonies of #3F72AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F72AA

Black with #3F72AA

Text Example


Text Example

White with #3F72AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,114,170); }

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

background-color css

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

 a { background-color: rgb(63,114,170); }

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

border-color css

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

 span { border-color: rgb(63,114,170); }

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