Html Css Color HEX #17348B Smalt

📋 copy color: '#17348B'

red 23 ◦ green 52 ◦ blue 139

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

Shades of Smalt #17348B

Tints of Smalt #17348B

RGB

 RED value IS 23 (9.38% from 255) = 10.75%

 GREEN value IS 52 (20.7% from 255) = 24.3%

 BLUE value IS 139 (54.69% from 255) = 64.95%

R = 10.75%
G = 24.3%
B = 64.95%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17348B (or 0x17348B) is known color: Smalt. HEX triplet: 17, 34 and 8B. RGB value is (23,52,139). Sum of RGB (Red+Green+Blue) = 23+52+139=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #17348B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17348B is #E8CB74. Grayscale: #343434. Windows color (decimal): -15256437 or 9122839. OLE color: 9122839.

HSL color Cylindrical-coordinate representation of color #17348B: hue angle of 225º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17348B is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 52 139 -
CMYK 0.83 0.63 0 0.45
HSL 225º 0.72% 0.32% -
HSV(B) 225º 0.83% 0.55% -
XYZ 6.24 4.5 24.97 -
YUV 53.25 176.39 106.43 -
System Red Green Blue C M Y K H S L
Decimal 23 52 139 0.83 0.63 0 0.45 225 0.72 0.32
Hex 17 34 8B 53 3F 0 2D E1 48 20
Octal 27 64 213 123 77 0 55 341 110 40
Binary 10111 110100 10001011 1010011 111111 0 101101 11100001 1001000 100000

Color Harmonies of #17348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17348B

Black with #17348B

Text Example


Text Example

White with #17348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #17348B;
 }
 .AnyTagClassName
 {
   color: #17348B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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