Html Css Color HEX #317799 Lochmara

📋 copy color: '#317799'

red 49 ◦ green 119 ◦ blue 153

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

Shades of Lochmara #317799

Tints of Lochmara #317799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.07%

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

R = 15.26%
G = 37.07%
B = 47.66%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#317799 (or 0x317799) is known color: Lochmara. HEX triplet: 31, 77 and 99. RGB value is (49,119,153). Sum of RGB (Red+Green+Blue) = 49+119+153=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #317799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317799 is #CE8866. Grayscale: #656565. Windows color (decimal): -13535335 or 10057521. OLE color: 10057521.

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

Color convert

RGB 49 119 153 -
CMYK 0.68 0.22 0 0.4
HSL 199.62º 0.51% 0.4% -
HSV(B) 199.62º 0.68% 0.6% -
XYZ 13.61 16.15 32.54 -
YUV 101.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 49 119 153 0.68 0.22 0 0.4 199.62 0.51 0.4
Hex 31 77 99 44 16 0 28 C8 33 28
Octal 61 167 231 104 26 0 50 310 63 50
Binary 110001 1110111 10011001 1000100 10110 0 101000 11001000 110011 101000

Color Harmonies of #317799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317799

Black with #317799

Text Example


Text Example

White with #317799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317799; }

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

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

background-color css

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

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

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

border-color css

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

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

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