Html Css Color HEX #31739C Lochmara

📋 copy color: '#31739C'

red 49 ◦ green 115 ◦ blue 156

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

Shades of Lochmara #31739C

Tints of Lochmara #31739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.94%

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

R = 15.31%
G = 35.94%
B = 48.75%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31739C (or 0x31739C) is known color: Lochmara. HEX triplet: 31, 73 and 9C. RGB value is (49,115,156). Sum of RGB (Red+Green+Blue) = 49+115+156=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #31739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31739C is #CE8C63. Grayscale: #636363. Windows color (decimal): -13536356 or 10253105. OLE color: 10253105.

HSL color Cylindrical-coordinate representation of color #31739C: hue angle of 202.99º 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 #31739C is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 115 156 -
CMYK 0.69 0.26 0 0.39
HSL 202.99º 0.52% 0.4% -
HSV(B) 202.99º 0.69% 0.61% -
XYZ 13.4 15.31 33.7 -
YUV 99.94 159.63 91.67 -
System Red Green Blue C M Y K H S L
Decimal 49 115 156 0.69 0.26 0 0.39 202.99 0.52 0.4
Hex 31 73 9C 45 1A 0 27 CB 34 28
Octal 61 163 234 105 32 0 47 313 64 50
Binary 110001 1110011 10011100 1000101 11010 0 100111 11001011 110100 101000

Color Harmonies of #31739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31739C

Black with #31739C

Text Example


Text Example

White with #31739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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