#3E74A9

Color #3E74A9 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #3E74A9

Tints of Lochmara #3E74A9

Color information

#3E74A9 (or 0x3E74A9) is unknown color: approx Lochmara. HEX triplet: 3E, 74 and A9. RGB value is (62,116,169). Sum of RGB (Red+Green+Blue) = 62+116+169=347 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.87% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 169 (66.41% from 255 or 48.70% from 347); Max value from RGB is 169 - color contains mainly: blue. Hex color #3E74A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E74A9 is #C18B56. Grayscale: #696969. Windows color (decimal): -12684119 or 11105342. OLE color: 11105342.

HSL color Cylindrical-coordinate representation of color #3E74A9: hue angle of 209.72º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E74A9 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB62116169-
CMYK0.630.3100.34
HSL209.72º46.32%45.29%-
HSV(B)209.72º63.31%66.27%-
XYZ15.3916.3839.89-
YUV105.9163.6196.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.87%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 169 (66.41% from 255) = 48.70%
R=17.87%
G=33.43%
B=48.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal621161690.630.3100.34209.7246.3245.29
Hex3E74A93F1F022d22e2d
Octal7616425177370423225655
Binary11111011101001010100111111111111010001011010010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E74A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,116,169); }

 H1.HeaderClassName
 {
   color: #3E74A9;
 }
 .AnyTagClassName
 {
   color: #3E74A9;
 }
</style>
background-color css

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

 a { background-color: rgb(62,116,169); }

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

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

 span { border-color: rgb(62,116,169); }

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