Html Css Color HEX #3A6895 Lochmara

📋 copy color: '#3A6895'

red 58 ◦ green 104 ◦ blue 149

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

Shades of Lochmara #3A6895

Tints of Lochmara #3A6895

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

 BLUE value IS 149 (58.59% from 255) = 47.91%

R = 18.65%
G = 33.44%
B = 47.91%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A6895 (or 0x3A6895) is known color: Lochmara. HEX triplet: 3A, 68 and 95. RGB value is (58,104,149). Sum of RGB (Red+Green+Blue) = 58+104+149=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A6895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6895 is #C5976A. Grayscale: #5F5F5F. Windows color (decimal): -12949355 or 9791546. OLE color: 9791546.

HSL color Cylindrical-coordinate representation of color #3A6895: hue angle of 209.67º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A6895 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 104 149 -
CMYK 0.61 0.30 0 0.42
HSL 209.67º 0.44% 0.41% -
HSV(B) 209.67º 0.61% 0.58% -
XYZ 12.12 12.97 30.3 -
YUV 95.38 158.26 101.34 -
System Red Green Blue C M Y K H S L
Decimal 58 104 149 0.61 0.30 0 0.42 209.67 0.44 0.41
Hex 3A 68 95 3D 1E 0 2A D2 2C 29
Octal 72 150 225 75 36 0 52 322 54 51
Binary 111010 1101000 10010101 111101 11110 0 101010 11010010 101100 101001

Color Harmonies of #3A6895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6895

Black with #3A6895

Text Example


Text Example

White with #3A6895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,104,149); }

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

background-color css

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

 a { background-color: rgb(58,104,149); }

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

border-color css

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

 span { border-color: rgb(58,104,149); }

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