#317298

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

Shades of Lochmara #317298

Tints of Lochmara #317298

Color information

#317298 (or 0x317298) is unknown color: approx Lochmara. HEX triplet: 31, 72 and 98. RGB value is (49,114,152). Sum of RGB (Red+Green+Blue) = 49+114+152=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #317298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317298 is #CE8D67. Grayscale: #626262. Windows color (decimal): -13536616 or 9990705. OLE color: 9990705.

HSL color Cylindrical-coordinate representation of color #317298: hue angle of 202.14º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #317298 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB49114152-
CMYK0.680.2500.40
HSL202.14º51.24%39.41%-
HSV(B)202.14º67.76%59.61%-
XYZ12.9514.9531.91-
YUV98.9157.9792.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.56%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 152 (59.77% from 255) = 48.25%
R=15.56%
G=36.19%
B=48.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491141520.680.2500.40202.1451.2439.41
Hex3172984419028ca3327
Octal61162230104310503126347
Binary110001111001010011000100010011001010100011001010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317298; }

 p { color: rgb(49,114,152); }

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

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

 a { background-color: rgb(49,114,152); }

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

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

 span { border-color: rgb(49,114,152); }

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