Html Css Color HEX #3A739E Lochmara

📋 copy color: '#3A739E'

red 58 ◦ green 115 ◦ blue 158

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

Shades of Lochmara #3A739E

Tints of Lochmara #3A739E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.73%

R = 17.52%
G = 34.74%
B = 47.73%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A739E (or 0x3A739E) is known color: Lochmara. HEX triplet: 3A, 73 and 9E. RGB value is (58,115,158). Sum of RGB (Red+Green+Blue) = 58+115+158=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A739E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A739E is #C58C61. Grayscale: #666666. Windows color (decimal): -12946530 or 10384186. OLE color: 10384186.

HSL color Cylindrical-coordinate representation of color #3A739E: hue angle of 205.8º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A739E is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 115 158 -
CMYK 0.63 0.27 0 0.38
HSL 205.8º 0.46% 0.42% -
HSV(B) 205.8º 0.63% 0.62% -
XYZ 14.05 15.63 34.62 -
YUV 102.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 58 115 158 0.63 0.27 0 0.38 205.8 0.46 0.42
Hex 3A 73 9E 3F 1B 0 26 CE 2E 2A
Octal 72 163 236 77 33 0 46 316 56 52
Binary 111010 1110011 10011110 111111 11011 0 100110 11001110 101110 101010

Color Harmonies of #3A739E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A739E

Black with #3A739E

Text Example


Text Example

White with #3A739E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,115,158); }

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

background-color css

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

 a { background-color: rgb(58,115,158); }

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

border-color css

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

 span { border-color: rgb(58,115,158); }

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