Html Css Color HEX #317299 Lochmara

📋 copy color: '#317299'

red 49 ◦ green 114 ◦ blue 153

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

Shades of Lochmara #317299

Tints of Lochmara #317299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.08%

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

R = 15.51%
G = 36.08%
B = 48.42%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#317299 (or 0x317299) is known color: Lochmara. HEX triplet: 31, 72 and 99. RGB value is (49,114,153). Sum of RGB (Red+Green+Blue) = 49+114+153=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #317299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317299 is #CE8D66. Grayscale: #626262. Windows color (decimal): -13536615 or 10056241. OLE color: 10056241.

HSL color Cylindrical-coordinate representation of color #317299: hue angle of 202.5º 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 #317299 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 114 153 -
CMYK 0.68 0.25 0 0.4
HSL 202.5º 0.51% 0.4% -
HSV(B) 202.5º 0.68% 0.6% -
XYZ 13.03 14.99 32.34 -
YUV 99.01 158.47 92.33 -
System Red Green Blue C M Y K H S L
Decimal 49 114 153 0.68 0.25 0 0.4 202.5 0.51 0.4
Hex 31 72 99 44 19 0 28 CA 33 28
Octal 61 162 231 104 31 0 50 312 63 50
Binary 110001 1110010 10011001 1000100 11001 0 101000 11001010 110011 101000

Color Harmonies of #317299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317299

Black with #317299

Text Example


Text Example

White with #317299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317299; }

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

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

background-color css

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

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

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

border-color css

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

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

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