Html Css Color HEX #31659B Lochmara

📋 copy color: '#31659B'

red 49 ◦ green 101 ◦ blue 155

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

Shades of Lochmara #31659B

Tints of Lochmara #31659B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.11%

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

R = 16.07%
G = 33.11%
B = 50.82%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31659B (or 0x31659B) is known color: Lochmara. HEX triplet: 31, 65 and 9B. RGB value is (49,101,155). Sum of RGB (Red+Green+Blue) = 49+101+155=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #31659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31659B is #CE9A64. Grayscale: #5B5B5B. Windows color (decimal): -13539941 or 10183985. OLE color: 10183985.

HSL color Cylindrical-coordinate representation of color #31659B: hue angle of 210.57º 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 #31659B is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 101 155 -
CMYK 0.68 0.35 0 0.39
HSL 210.57º 0.52% 0.4% -
HSV(B) 210.57º 0.68% 0.61% -
XYZ 11.84 12.33 32.77 -
YUV 91.61 163.77 97.61 -
System Red Green Blue C M Y K H S L
Decimal 49 101 155 0.68 0.35 0 0.39 210.57 0.52 0.4
Hex 31 65 9B 44 23 0 27 D3 34 28
Octal 61 145 233 104 43 0 47 323 64 50
Binary 110001 1100101 10011011 1000100 100011 0 100111 11010011 110100 101000

Color Harmonies of #31659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31659B

Black with #31659B

Text Example


Text Example

White with #31659B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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