Html Css Color HEX #317099 Lochmara

📋 copy color: '#317099'

red 49 ◦ green 112 ◦ blue 153

#317099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #317099

Tints of Lochmara #317099

RGB

 RED value IS 49 (19.53% from 255) = 15.61%

 GREEN value IS 112 (44.14% from 255) = 35.67%

 BLUE value IS 153 (60.16% from 255) = 48.73%

R = 15.61%
G = 35.67%
B = 48.73%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#317099 (or 0x317099) is known color: Lochmara. HEX triplet: 31, 70 and 99. RGB value is (49,112,153). Sum of RGB (Red+Green+Blue) = 49+112+153=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #317099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317099 is #CE8F66. Grayscale: #616161. Windows color (decimal): -13537127 or 10055729. OLE color: 10055729.

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

Color convert

RGB 49 112 153 -
CMYK 0.68 0.27 0 0.4
HSL 203.65º 0.51% 0.4% -
HSV(B) 203.65º 0.68% 0.6% -
XYZ 12.81 14.54 32.27 -
YUV 97.84 159.13 93.17 -
System Red Green Blue C M Y K H S L
Decimal 49 112 153 0.68 0.27 0 0.4 203.65 0.51 0.4
Hex 31 70 99 44 1B 0 28 CC 33 28
Octal 61 160 231 104 33 0 50 314 63 50
Binary 110001 1110000 10011001 1000100 11011 0 101000 11001100 110011 101000

Color Harmonies of #317099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317099

Black with #317099

Text Example


Text Example

White with #317099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317099; }

 p { color: rgb(49,112,153); }

 H1.HeaderClassName
 {
   color: #317099;
 }
 .AnyTagClassName
 {
   color: #317099;
 }
</style>

background-color css

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

 a { background-color: rgb(49,112,153); }

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

border-color css

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

 span { border-color: rgb(49,112,153); }

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