Html Css Color HEX #317398 Lochmara

📋 copy color: '#317398'

red 49 ◦ green 115 ◦ blue 152

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

Shades of Lochmara #317398

Tints of Lochmara #317398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.39%

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

R = 15.51%
G = 36.39%
B = 48.1%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#317398 (or 0x317398) is known color: Lochmara. HEX triplet: 31, 73 and 98. RGB value is (49,115,152). Sum of RGB (Red+Green+Blue) = 49+115+152=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #317398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317398 is #CE8C67. Grayscale: #636363. Windows color (decimal): -13536360 or 9990961. OLE color: 9990961.

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

Color convert

RGB 49 115 152 -
CMYK 0.68 0.24 0 0.40
HSL 201.55º 0.51% 0.39% -
HSV(B) 201.55º 0.68% 0.6% -
XYZ 13.06 15.18 31.95 -
YUV 99.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 49 115 152 0.68 0.24 0 0.40 201.55 0.51 0.39
Hex 31 73 98 44 18 0 28 CA 33 27
Octal 61 163 230 104 30 0 50 312 63 47
Binary 110001 1110011 10011000 1000100 11000 0 101000 11001010 110011 100111

Color Harmonies of #317398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317398

Black with #317398

Text Example


Text Example

White with #317398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317398; }

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

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

background-color css

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

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

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

border-color css

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

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

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