Html Css Color HEX #317798 Lochmara

📋 copy color: '#317798'

red 49 ◦ green 119 ◦ blue 152

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

Shades of Lochmara #317798

Tints of Lochmara #317798

RGB

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

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

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

R = 15.31%
G = 37.19%
B = 47.5%

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

#317798 (or 0x317798) is known color: Lochmara. HEX triplet: 31, 77 and 98. RGB value is (49,119,152). Sum of RGB (Red+Green+Blue) = 49+119+152=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #317798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317798 is #CE8867. Grayscale: #656565. Windows color (decimal): -13535336 or 9991985. OLE color: 9991985.

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

Color convert

RGB 49 119 152 -
CMYK 0.68 0.22 0 0.40
HSL 199.22º 0.51% 0.39% -
HSV(B) 199.22º 0.68% 0.6% -
XYZ 13.53 16.11 32.1 -
YUV 101.83 156.31 90.32 -
System Red Green Blue C M Y K H S L
Decimal 49 119 152 0.68 0.22 0 0.40 199.22 0.51 0.39
Hex 31 77 98 44 16 0 28 C7 33 27
Octal 61 167 230 104 26 0 50 307 63 47
Binary 110001 1110111 10011000 1000100 10110 0 101000 11000111 110011 100111

Color Harmonies of #317798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317798

Black with #317798

Text Example


Text Example

White with #317798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317798; }

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

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

background-color css

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

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

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

border-color css

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

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

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