Html Css Color HEX #3A6EAD Lochmara

📋 copy color: '#3A6EAD'

red 58 ◦ green 110 ◦ blue 173

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

Shades of Lochmara #3A6EAD

Tints of Lochmara #3A6EAD

RGB

 RED value IS 58 (23.05% from 255) = 17.01%

 GREEN value IS 110 (43.36% from 255) = 32.26%

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 17.01%
G = 32.26%
B = 50.73%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A6EAD (or 0x3A6EAD) is known color: Lochmara. HEX triplet: 3A, 6E and AD. RGB value is (58,110,173). Sum of RGB (Red+Green+Blue) = 58+110+173=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A6EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6EAD is #C59152. Grayscale: #656565. Windows color (decimal): -12947795 or 11365946. OLE color: 11365946.

HSL color Cylindrical-coordinate representation of color #3A6EAD: hue angle of 212.87º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A6EAD is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 110 173 -
CMYK 0.66 0.36 0 0.32
HSL 212.87º 0.5% 0.45% -
HSV(B) 212.87º 0.66% 0.68% -
XYZ 14.86 15.07 41.66 -
YUV 101.63 168.27 96.88 -
System Red Green Blue C M Y K H S L
Decimal 58 110 173 0.66 0.36 0 0.32 212.87 0.5 0.45
Hex 3A 6E AD 42 24 0 20 D5 32 2D
Octal 72 156 255 102 44 0 40 325 62 55
Binary 111010 1101110 10101101 1000010 100100 0 100000 11010101 110010 101101

Color Harmonies of #3A6EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6EAD

Black with #3A6EAD

Text Example


Text Example

White with #3A6EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,110,173); }

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

background-color css

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

 a { background-color: rgb(58,110,173); }

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

border-color css

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

 span { border-color: rgb(58,110,173); }

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