Html Css Color HEX #31609D Lochmara

📋 copy color: '#31609D'

red 49 ◦ green 96 ◦ blue 157

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

Shades of Lochmara #31609D

Tints of Lochmara #31609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

 BLUE value IS 157 (61.72% from 255) = 51.99%

R = 16.23%
G = 31.79%
B = 51.99%

CMYK

 C value IS 0.69

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31609D (or 0x31609D) is known color: Lochmara. HEX triplet: 31, 60 and 9D. RGB value is (49,96,157). Sum of RGB (Red+Green+Blue) = 49+96+157=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #31609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31609D is #CE9F62. Grayscale: #585858. Windows color (decimal): -13541219 or 10313777. OLE color: 10313777.

HSL color Cylindrical-coordinate representation of color #31609D: hue angle of 213.89º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31609D is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 96 157 -
CMYK 0.69 0.39 0 0.38
HSL 213.89º 0.52% 0.4% -
HSV(B) 213.89º 0.69% 0.62% -
XYZ 11.54 11.45 33.5 -
YUV 88.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 49 96 157 0.69 0.39 0 0.38 213.89 0.52 0.4
Hex 31 60 9D 45 27 0 26 D6 34 28
Octal 61 140 235 105 47 0 46 326 64 50
Binary 110001 1100000 10011101 1000101 100111 0 100110 11010110 110100 101000

Color Harmonies of #31609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31609D

Black with #31609D

Text Example


Text Example

White with #31609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31609D; }

 p { color: rgb(49,96,157); }

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

background-color css

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

 a { background-color: rgb(49,96,157); }

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

border-color css

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

 span { border-color: rgb(49,96,157); }

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