Html Css Color HEX #17348A Smalt

📋 copy color: '#17348A'

red 23 ◦ green 52 ◦ blue 138

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

Shades of Smalt #17348A

Tints of Smalt #17348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 64.79%

R = 10.8%
G = 24.41%
B = 64.79%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#17348A (or 0x17348A) is known color: 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

RGB 23 52 138 -
CMYK 0.83 0.62 0 0.46
HSL 224.87º 0.71% 0.32% -
HSV(B) 224.87º 0.83% 0.54% -
XYZ 6.17 4.47 24.58 -
YUV 53.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 23 52 138 0.83 0.62 0 0.46 224.87 0.71 0.32
Hex 17 34 8A 53 3E 0 2E E1 47 20
Octal 27 64 212 123 76 0 56 341 107 40
Binary 10111 110100 10001010 1010011 111110 0 101110 11100001 1000111 100000

Color Harmonies of #17348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17348A

Black with #17348A

Text Example


Text Example

White with #17348A

Text Example


Text Example

HTML Codes & Css Web 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>