Html Css Color HEX #317698 Lochmara

📋 copy color: '#317698'

red 49 ◦ green 118 ◦ blue 152

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

Shades of Lochmara #317698

Tints of Lochmara #317698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.99%

 BLUE value IS 152 (59.77% from 255) = 47.65%

R = 15.36%
G = 36.99%
B = 47.65%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#317698 (or 0x317698) is known color: Lochmara. HEX triplet: 31, 76 and 98. RGB value is (49,118,152). Sum of RGB (Red+Green+Blue) = 49+118+152=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #317698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317698 is #CE8967. Grayscale: #656565. Windows color (decimal): -13535592 or 9991729. OLE color: 9991729.

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

Color convert

RGB 49 118 152 -
CMYK 0.68 0.22 0 0.40
HSL 199.81º 0.51% 0.39% -
HSV(B) 199.81º 0.68% 0.6% -
XYZ 13.41 15.88 32.06 -
YUV 101.25 156.64 90.74 -
System Red Green Blue C M Y K H S L
Decimal 49 118 152 0.68 0.22 0 0.40 199.81 0.51 0.39
Hex 31 76 98 44 16 0 28 C8 33 27
Octal 61 166 230 104 26 0 50 310 63 47
Binary 110001 1110110 10011000 1000100 10110 0 101000 11001000 110011 100111

Color Harmonies of #317698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317698

Black with #317698

Text Example


Text Example

White with #317698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317698; }

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

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

background-color css

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

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

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

border-color css

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

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

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