Html Css Color HEX #316498 Lochmara

📋 copy color: '#316498'

red 49 ◦ green 100 ◦ blue 152

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

Shades of Lochmara #316498

Tints of Lochmara #316498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

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

R = 16.28%
G = 33.22%
B = 50.5%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#316498 (or 0x316498) is known color: Lochmara. HEX triplet: 31, 64 and 98. RGB value is (49,100,152). Sum of RGB (Red+Green+Blue) = 49+100+152=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #316498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316498 is #CE9B67. Grayscale: #5A5A5A. Windows color (decimal): -13540200 or 9987121. OLE color: 9987121.

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

Color convert

RGB 49 100 152 -
CMYK 0.68 0.34 0 0.40
HSL 210.29º 0.51% 0.39% -
HSV(B) 210.29º 0.68% 0.6% -
XYZ 11.49 12.03 31.42 -
YUV 90.68 162.6 98.27 -
System Red Green Blue C M Y K H S L
Decimal 49 100 152 0.68 0.34 0 0.40 210.29 0.51 0.39
Hex 31 64 98 44 22 0 28 D2 33 27
Octal 61 144 230 104 42 0 50 322 63 47
Binary 110001 1100100 10011000 1000100 100010 0 101000 11010010 110011 100111

Color Harmonies of #316498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316498

Black with #316498

Text Example


Text Example

White with #316498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316498; }

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

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

background-color css

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

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

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

border-color css

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

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

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