Html Css Color HEX #317498 Lochmara

📋 copy color: '#317498'

red 49 ◦ green 116 ◦ blue 152

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

Shades of Lochmara #317498

Tints of Lochmara #317498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.59%

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

R = 15.46%
G = 36.59%
B = 47.95%

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

#317498 (or 0x317498) is known color: Lochmara. HEX triplet: 31, 74 and 98. RGB value is (49,116,152). Sum of RGB (Red+Green+Blue) = 49+116+152=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #317498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317498 is #CE8B67. Grayscale: #636363. Windows color (decimal): -13536104 or 9991217. OLE color: 9991217.

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

Color convert

RGB 49 116 152 -
CMYK 0.68 0.24 0 0.40
HSL 200.97º 0.51% 0.39% -
HSV(B) 200.97º 0.68% 0.6% -
XYZ 13.18 15.41 31.99 -
YUV 100.07 157.3 91.57 -
System Red Green Blue C M Y K H S L
Decimal 49 116 152 0.68 0.24 0 0.40 200.97 0.51 0.39
Hex 31 74 98 44 18 0 28 C9 33 27
Octal 61 164 230 104 30 0 50 311 63 47
Binary 110001 1110100 10011000 1000100 11000 0 101000 11001001 110011 100111

Color Harmonies of #317498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317498

Black with #317498

Text Example


Text Example

White with #317498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317498; }

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

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

background-color css

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

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

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

border-color css

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

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

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