Html Css Color HEX #31609B Lochmara

📋 copy color: '#31609B'

red 49 ◦ green 96 ◦ blue 155

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

Shades of Lochmara #31609B

Tints of Lochmara #31609B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 16.33%
G = 32%
B = 51.67%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31609B (or 0x31609B) is known color: Lochmara. HEX triplet: 31, 60 and 9B. RGB value is (49,96,155). Sum of RGB (Red+Green+Blue) = 49+96+155=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #31609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31609B is #CE9F64. Grayscale: #585858. Windows color (decimal): -13541221 or 10182705. OLE color: 10182705.

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

Color convert

RGB 49 96 155 -
CMYK 0.68 0.38 0 0.39
HSL 213.4º 0.52% 0.4% -
HSV(B) 213.4º 0.68% 0.61% -
XYZ 11.37 11.39 32.61 -
YUV 88.67 165.43 99.7 -
System Red Green Blue C M Y K H S L
Decimal 49 96 155 0.68 0.38 0 0.39 213.4 0.52 0.4
Hex 31 60 9B 44 26 0 27 D5 34 28
Octal 61 140 233 104 46 0 47 325 64 50
Binary 110001 1100000 10011011 1000100 100110 0 100111 11010101 110100 101000

Color Harmonies of #31609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31609B

Black with #31609B

Text Example


Text Example

White with #31609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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