#316FAE

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

Shades of Lochmara #316FAE

Tints of Lochmara #316FAE

Color information

#316FAE (or 0x316FAE) is unknown color: approx Lochmara. HEX triplet: 31, 6F and AE. RGB value is (49,111,174). Sum of RGB (Red+Green+Blue) = 49+111+174=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #316FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316FAE is #CE9051. Grayscale: #636363. Windows color (decimal): -13537362 or 11431729. OLE color: 11431729.

HSL color Cylindrical-coordinate representation of color #316FAE: hue angle of 210.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #316FAE is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49111174-
CMYK0.720.3600.32
HSL210.24º56.05%43.73%-
HSV(B)210.24º71.84%68.24%-
XYZ14.5915.0842.19-
YUV99.64169.9691.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.67%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=14.67%
G=33.23%
B=52.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491111740.720.3600.32210.2456.0543.73
Hex316FAE4824020d2382c
Octal61157256110440403227054
Binary1100011101111101011101001000100100010000011010010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316FAE; }

 p { color: rgb(49,111,174); }

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

<style>
 a { background-color: #316FAE; }

 a { background-color: rgb(49,111,174); }

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

<style>
 span { border-color: #316FAE; }

 span { border-color: rgb(49,111,174); }

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