Html Css Color HEX #3F73AA Lochmara

📋 copy color: '#3F73AA'

red 63 ◦ green 115 ◦ blue 170

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

Shades of Lochmara #3F73AA

Tints of Lochmara #3F73AA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

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

R = 18.1%
G = 33.05%
B = 48.85%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F73AA (or 0x3F73AA) is known color: Lochmara. HEX triplet: 3F, 73 and AA. RGB value is (63,115,170). Sum of RGB (Red+Green+Blue) = 63+115+170=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F73AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F73AA is #C08C55. Grayscale: #696969. Windows color (decimal): -12618838 or 11170623. OLE color: 11170623.

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

Color convert

RGB 63 115 170 -
CMYK 0.63 0.32 0 0.33
HSL 210.84º 0.46% 0.46% -
HSV(B) 210.84º 0.63% 0.67% -
XYZ 15.44 16.22 40.35 -
YUV 105.72 164.27 97.53 -
System Red Green Blue C M Y K H S L
Decimal 63 115 170 0.63 0.32 0 0.33 210.84 0.46 0.46
Hex 3F 73 AA 3F 20 0 21 D3 2E 2E
Octal 77 163 252 77 40 0 41 323 56 56
Binary 111111 1110011 10101010 111111 100000 0 100001 11010011 101110 101110

Color Harmonies of #3F73AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F73AA

Black with #3F73AA

Text Example


Text Example

White with #3F73AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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