#3B74AE

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

Shades of Lochmara #3B74AE

Tints of Lochmara #3B74AE

Color information

#3B74AE (or 0x3B74AE) is unknown color: approx Lochmara. HEX triplet: 3B, 74 and AE. RGB value is (59,116,174). Sum of RGB (Red+Green+Blue) = 59+116+174=349 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.91% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B74AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B74AE is #C48B51. Grayscale: #696969. Windows color (decimal): -12880722 or 11433019. OLE color: 11433019.

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

Color convert

RGB59116174-
CMYK0.660.3300.32
HSL210.26º49.36%45.69%-
HSV(B)210.26º66.09%68.24%-
XYZ15.6916.4842.4-
YUV105.57166.6294.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.91%
GREEN value IS 116 (45.70% from 255) = 33.24%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=16.91%
G=33.24%
B=49.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591161740.660.3300.32210.2649.3645.69
Hex3B74AE4221020d2312e
Octal73164256102410403226156
Binary1110111110100101011101000010100001010000011010010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B74AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,116,174); }

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

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

 a { background-color: rgb(59,116,174); }

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

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

 span { border-color: rgb(59,116,174); }

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