Html Css Color HEX #3F6FA1 Lochmara

📋 copy color: '#3F6FA1'

red 63 ◦ green 111 ◦ blue 161

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

Shades of Lochmara #3F6FA1

Tints of Lochmara #3F6FA1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

 BLUE value IS 161 (63.28% from 255) = 48.06%

R = 18.81%
G = 33.13%
B = 48.06%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3F6FA1 (or 0x3F6FA1) is known color: Lochmara. HEX triplet: 3F, 6F and A1. RGB value is (63,111,161). Sum of RGB (Red+Green+Blue) = 63+111+161=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 161 - color contains mainly: blue. Hex color #3F6FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6FA1 is #C0905E. Grayscale: #666666. Windows color (decimal): -12619871 or 10579775. OLE color: 10579775.

HSL color Cylindrical-coordinate representation of color #3F6FA1: hue angle of 210.61º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F6FA1 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 63 111 161 -
CMYK 0.61 0.31 0 0.37
HSL 210.61º 0.44% 0.44% -
HSV(B) 210.61º 0.61% 0.63% -
XYZ 14.17 15 35.87 -
YUV 102.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 63 111 161 0.61 0.31 0 0.37 210.61 0.44 0.44
Hex 3F 6F A1 3D 1F 0 25 D3 2C 2C
Octal 77 157 241 75 37 0 45 323 54 54
Binary 111111 1101111 10100001 111101 11111 0 100101 11010011 101100 101100

Color Harmonies of #3F6FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6FA1

Black with #3F6FA1

Text Example


Text Example

White with #3F6FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,111,161); }

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

background-color css

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

 a { background-color: rgb(63,111,161); }

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

border-color css

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

 span { border-color: rgb(63,111,161); }

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