Html Css Color HEX #3F72AB Lochmara

📋 copy color: '#3F72AB'

red 63 ◦ green 114 ◦ blue 171

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

Shades of Lochmara #3F72AB

Tints of Lochmara #3F72AB

RGB

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

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

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

R = 18.1%
G = 32.76%
B = 49.14%

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

#3F72AB (or 0x3F72AB) is known color: Lochmara. HEX triplet: 3F, 72 and AB. RGB value is (63,114,171). Sum of RGB (Red+Green+Blue) = 63+114+171=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F72AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F72AB is #C08D54. Grayscale: #686868. Windows color (decimal): -12619093 or 11235903. OLE color: 11235903.

HSL color Cylindrical-coordinate representation of color #3F72AB: hue angle of 211.67º 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 #3F72AB is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 114 171 -
CMYK 0.63 0.33 0 0.33
HSL 211.67º 0.46% 0.46% -
HSV(B) 211.67º 0.63% 0.67% -
XYZ 15.42 16.03 40.81 -
YUV 105.25 165.1 97.87 -
System Red Green Blue C M Y K H S L
Decimal 63 114 171 0.63 0.33 0 0.33 211.67 0.46 0.46
Hex 3F 72 AB 3F 21 0 21 D4 2E 2E
Octal 77 162 253 77 41 0 41 324 56 56
Binary 111111 1110010 10101011 111111 100001 0 100001 11010100 101110 101110

Color Harmonies of #3F72AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F72AB

Black with #3F72AB

Text Example


Text Example

White with #3F72AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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