Html Css Color HEX #31679A Lochmara

📋 copy color: '#31679A'

red 49 ◦ green 103 ◦ blue 154

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

Shades of Lochmara #31679A

Tints of Lochmara #31679A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

 BLUE value IS 154 (60.55% from 255) = 50.33%

R = 16.01%
G = 33.66%
B = 50.33%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#31679A (or 0x31679A) is known color: Lochmara. HEX triplet: 31, 67 and 9A. RGB value is (49,103,154). Sum of RGB (Red+Green+Blue) = 49+103+154=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #31679A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31679A is #CE9865. Grayscale: #5C5C5C. Windows color (decimal): -13539430 or 10118961. OLE color: 10118961.

HSL color Cylindrical-coordinate representation of color #31679A: hue angle of 209.14º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31679A is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 103 154 -
CMYK 0.68 0.33 0 0.40
HSL 209.14º 0.52% 0.4% -
HSV(B) 209.14º 0.68% 0.6% -
XYZ 11.95 12.69 32.39 -
YUV 92.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 49 103 154 0.68 0.33 0 0.40 209.14 0.52 0.4
Hex 31 67 9A 44 21 0 28 D1 34 28
Octal 61 147 232 104 41 0 50 321 64 50
Binary 110001 1100111 10011010 1000100 100001 0 101000 11010001 110100 101000

Color Harmonies of #31679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31679A

Black with #31679A

Text Example


Text Example

White with #31679A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31679A; }

 p { color: rgb(49,103,154); }

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

background-color css

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

 a { background-color: rgb(49,103,154); }

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

border-color css

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

 span { border-color: rgb(49,103,154); }

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