Html Css Color HEX #31669C Lochmara

📋 copy color: '#31669C'

red 49 ◦ green 102 ◦ blue 156

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

Shades of Lochmara #31669C

Tints of Lochmara #31669C

RGB

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

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

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

R = 15.96%
G = 33.22%
B = 50.81%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31669C (or 0x31669C) is known color: Lochmara. HEX triplet: 31, 66 and 9C. RGB value is (49,102,156). Sum of RGB (Red+Green+Blue) = 49+102+156=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #31669C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31669C is #CE9963. Grayscale: #5C5C5C. Windows color (decimal): -13539684 or 10249777. OLE color: 10249777.

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

Color convert

RGB 49 102 156 -
CMYK 0.69 0.35 0 0.39
HSL 210.28º 0.52% 0.4% -
HSV(B) 210.28º 0.69% 0.61% -
XYZ 12.02 12.56 33.24 -
YUV 92.31 163.94 97.11 -
System Red Green Blue C M Y K H S L
Decimal 49 102 156 0.69 0.35 0 0.39 210.28 0.52 0.4
Hex 31 66 9C 45 23 0 27 D2 34 28
Octal 61 146 234 105 43 0 47 322 64 50
Binary 110001 1100110 10011100 1000101 100011 0 100111 11010010 110100 101000

Color Harmonies of #31669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31669C

Black with #31669C

Text Example


Text Example

White with #31669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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