Html Css Color HEX #3A7096 Lochmara

📋 copy color: '#3A7096'

red 58 ◦ green 112 ◦ blue 150

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

Shades of Lochmara #3A7096

Tints of Lochmara #3A7096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35%

 BLUE value IS 150 (58.98% from 255) = 46.88%

R = 18.13%
G = 35%
B = 46.88%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A7096 (or 0x3A7096) is known color: Lochmara. HEX triplet: 3A, 70 and 96. RGB value is (58,112,150). Sum of RGB (Red+Green+Blue) = 58+112+150=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A7096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7096 is #C58F69. Grayscale: #636363. Windows color (decimal): -12947306 or 9859130. OLE color: 9859130.

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

Color convert

RGB 58 112 150 -
CMYK 0.61 0.25 0 0.41
HSL 204.78º 0.44% 0.41% -
HSV(B) 204.78º 0.61% 0.59% -
XYZ 13.04 14.69 31 -
YUV 100.19 156.11 97.91 -
System Red Green Blue C M Y K H S L
Decimal 58 112 150 0.61 0.25 0 0.41 204.78 0.44 0.41
Hex 3A 70 96 3D 19 0 29 CD 2C 29
Octal 72 160 226 75 31 0 51 315 54 51
Binary 111010 1110000 10010110 111101 11001 0 101001 11001101 101100 101001

Color Harmonies of #3A7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7096

Black with #3A7096

Text Example


Text Example

White with #3A7096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,112,150); }

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

background-color css

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

 a { background-color: rgb(58,112,150); }

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

border-color css

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

 span { border-color: rgb(58,112,150); }

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