#17348A

Color #17348A Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #17348A

Tints of Smalt #17348A

Color information

#17348A (or 0x17348A) is unknown color: approx Smalt. HEX triplet: 17, 34 and 8A. RGB value is (23,52,138). Sum of RGB (Red+Green+Blue) = 23+52+138=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #17348A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17348A is #E8CB75. Grayscale: #343434. Windows color (decimal): -15256438 or 9057303. OLE color: 9057303.

HSL color Cylindrical-coordinate representation of color #17348A: hue angle of 224.87º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17348A is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2352138-
CMYK0.830.6200.46
HSL224.87º71.43%31.57%-
HSV(B)224.87º83.33%54.12%-
XYZ6.174.4724.58-
YUV53.13175.89106.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.80%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 138 (54.30% from 255) = 64.79%
R=10.80%
G=24.41%
B=64.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal23521380.830.6200.46224.8771.4331.57
Hex17348A533E02Ee14720
Octal27642121237605634110740
Binary101111101001000101010100111111100101110111000011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17348A; }

 p { color: rgb(23,52,138); }

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

<style>
 a { background-color: #17348A; }

 a { background-color: rgb(23,52,138); }

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

<style>
 span { border-color: #17348A; }

 span { border-color: rgb(23,52,138); }

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