#317AA3

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

Shades of Lochmara #317AA3

Tints of Lochmara #317AA3

Color information

#317AA3 (or 0x317AA3) is unknown color: approx Lochmara. HEX triplet: 31, 7A and A3. RGB value is (49,122,163). Sum of RGB (Red+Green+Blue) = 49+122+163=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 163 (64.06% from 255 or 48.80% from 334); Max value from RGB is 163 - color contains mainly: blue. Hex color #317AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317AA3 is #CE855C. Grayscale: #686868. Windows color (decimal): -13534557 or 10713649. OLE color: 10713649.

HSL color Cylindrical-coordinate representation of color #317AA3: hue angle of 201.58º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #317AA3 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB49122163-
CMYK0.700.2500.36
HSL201.58º53.77%41.57%-
HSV(B)201.58º69.94%63.92%-
XYZ14.8417.2237.19-
YUV104.85160.8288.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.67%
GREEN value IS 122 (48.05% from 255) = 36.53%
BLUE value IS 163 (64.06% from 255) = 48.80%
R=14.67%
G=36.53%
B=48.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491221630.700.2500.36201.5853.7741.57
Hex317AA34619024ca362a
Octal61172243106310443126652
Binary110001111101010100011100011011001010010011001010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317AA3; }

 p { color: rgb(49,122,163); }

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

<style>
 a { background-color: #317AA3; }

 a { background-color: rgb(49,122,163); }

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

<style>
 span { border-color: #317AA3; }

 span { border-color: rgb(49,122,163); }

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