#17649D

Color #17649D Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #17649D

Tints of Lochmara #17649D

Color information

#17649D (or 0x17649D) is unknown color: approx Lochmara. HEX triplet: 17, 64 and 9D. RGB value is (23,100,157). Sum of RGB (Red+Green+Blue) = 23+100+157=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #17649D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17649D is #E89B62. Grayscale: #535353. Windows color (decimal): -15244131 or 10314775. OLE color: 10314775.

HSL color Cylindrical-coordinate representation of color #17649D: hue angle of 205.52º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17649D is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB23100157-
CMYK0.850.3600.38
HSL205.52º74.44%35.29%-
HSV(B)205.52º85.35%61.57%-
XYZ1111.7333.58-
YUV83.48169.4984.87-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.21%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 157 (61.72% from 255) = 56.07%
R=8.21%
G=35.71%
B=56.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal231001570.850.3600.38205.5274.4435.29
Hex17649D5524026ce4a23
Octal271442351254404631611243
Binary1011111001001001110110101011001000100110110011101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,100,157); }

 H1.HeaderClassName
 {
   color: #17649D;
 }
 .AnyTagClassName
 {
   color: #17649D;
 }
</style>
background-color css

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

 a { background-color: rgb(23,100,157); }

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

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

 span { border-color: rgb(23,100,157); }

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