Html Css Color HEX #31669D Lochmara

📋 copy color: '#31669D'

red 49 ◦ green 102 ◦ blue 157

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

Shades of Lochmara #31669D

Tints of Lochmara #31669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

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

R = 15.91%
G = 33.12%
B = 50.97%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31669D (or 0x31669D) is known color: Lochmara. HEX triplet: 31, 66 and 9D. RGB value is (49,102,157). Sum of RGB (Red+Green+Blue) = 49+102+157=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #31669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31669D is #CE9962. Grayscale: #5C5C5C. Windows color (decimal): -13539683 or 10315313. OLE color: 10315313.

HSL color Cylindrical-coordinate representation of color #31669D: hue angle of 210.56º 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 #31669D is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 102 157 -
CMYK 0.69 0.35 0 0.38
HSL 210.56º 0.52% 0.4% -
HSV(B) 210.56º 0.69% 0.62% -
XYZ 12.1 12.59 33.69 -
YUV 92.42 164.44 97.03 -
System Red Green Blue C M Y K H S L
Decimal 49 102 157 0.69 0.35 0 0.38 210.56 0.52 0.4
Hex 31 66 9D 45 23 0 26 D3 34 28
Octal 61 146 235 105 43 0 46 323 64 50
Binary 110001 1100110 10011101 1000101 100011 0 100110 11010011 110100 101000

Color Harmonies of #31669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31669D

Black with #31669D

Text Example


Text Example

White with #31669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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