Html Css Color HEX #173552 Regal Blue

📋 copy color: '#173552'

red 23 ◦ green 53 ◦ blue 82

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

Shades of Regal Blue #173552

Tints of Regal Blue #173552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.54%

 BLUE value IS 82 (32.42% from 255) = 51.9%

R = 14.56%
G = 33.54%
B = 51.9%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#173552 (or 0x173552) is known color: Regal Blue. HEX triplet: 17, 35 and 52. RGB value is (23,53,82). Sum of RGB (Red+Green+Blue) = 23+53+82=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #173552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173552 is #E8CAAD. Grayscale: #2F2F2F. Windows color (decimal): -15256238 or 5387543. OLE color: 5387543.

HSL color Cylindrical-coordinate representation of color #173552: hue angle of 209.49º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #173552 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 53 82 -
CMYK 0.72 0.35 0 0.68
HSL 209.49º 0.56% 0.21% -
HSV(B) 209.49º 0.72% 0.32% -
XYZ 3.15 3.34 8.46 -
YUV 47.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 23 53 82 0.72 0.35 0 0.68 209.49 0.56 0.21
Hex 17 35 52 48 23 0 44 D1 38 15
Octal 27 65 122 110 43 0 104 321 70 25
Binary 10111 110101 1010010 1001000 100011 0 1000100 11010001 111000 10101

Color Harmonies of #173552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173552

Black with #173552

Text Example


Text Example

White with #173552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173552; }

 p { color: rgb(23,53,82); }

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

background-color css

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

 a { background-color: rgb(23,53,82); }

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

border-color css

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

 span { border-color: rgb(23,53,82); }

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