Html Css Color HEX #31609C Lochmara

📋 copy color: '#31609C'

red 49 ◦ green 96 ◦ blue 156

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

Shades of Lochmara #31609C

Tints of Lochmara #31609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.83%

R = 16.28%
G = 31.89%
B = 51.83%

CMYK

 C value IS 0.69

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31609C (or 0x31609C) is known color: Lochmara. HEX triplet: 31, 60 and 9C. RGB value is (49,96,156). Sum of RGB (Red+Green+Blue) = 49+96+156=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #31609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31609C is #CE9F63. Grayscale: #585858. Windows color (decimal): -13541220 or 10248241. OLE color: 10248241.

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

Color convert

RGB 49 96 156 -
CMYK 0.69 0.38 0 0.39
HSL 213.64º 0.52% 0.4% -
HSV(B) 213.64º 0.69% 0.61% -
XYZ 11.45 11.42 33.05 -
YUV 88.79 165.93 99.62 -
System Red Green Blue C M Y K H S L
Decimal 49 96 156 0.69 0.38 0 0.39 213.64 0.52 0.4
Hex 31 60 9C 45 26 0 27 D6 34 28
Octal 61 140 234 105 46 0 47 326 64 50
Binary 110001 1100000 10011100 1000101 100110 0 100111 11010110 110100 101000

Color Harmonies of #31609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31609C

Black with #31609C

Text Example


Text Example

White with #31609C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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