Html Css Color HEX #31749D Lochmara

📋 copy color: '#31749D'

red 49 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #31749D

Tints of Lochmara #31749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

 BLUE value IS 157 (61.72% from 255) = 48.76%

R = 15.22%
G = 36.02%
B = 48.76%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31749D (or 0x31749D) is known color: Lochmara. HEX triplet: 31, 74 and 9D. RGB value is (49,116,157). Sum of RGB (Red+Green+Blue) = 49+116+157=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #31749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31749D is #CE8B62. Grayscale: #646464. Windows color (decimal): -13536099 or 10318897. OLE color: 10318897.

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

Color convert

RGB 49 116 157 -
CMYK 0.69 0.26 0 0.38
HSL 202.78º 0.52% 0.4% -
HSV(B) 202.78º 0.69% 0.62% -
XYZ 13.6 15.58 34.19 -
YUV 100.64 159.8 91.17 -
System Red Green Blue C M Y K H S L
Decimal 49 116 157 0.69 0.26 0 0.38 202.78 0.52 0.4
Hex 31 74 9D 45 1A 0 26 CB 34 28
Octal 61 164 235 105 32 0 46 313 64 50
Binary 110001 1110100 10011101 1000101 11010 0 100110 11001011 110100 101000

Color Harmonies of #31749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31749D

Black with #31749D

Text Example


Text Example

White with #31749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31749D; }

 p { color: rgb(49,116,157); }

 H1.HeaderClassName
 {
   color: #31749D;
 }
 .AnyTagClassName
 {
   color: #31749D;
 }
</style>

background-color css

<style>
 a { background-color: #31749D; }

 a { background-color: rgb(49,116,157); }

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

border-color css

<style>
 span { border-color: #31749D; }

 span { border-color: rgb(49,116,157); }

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