Html Css Color HEX #173254 Regal Blue

📋 copy color: '#173254'

red 23 ◦ green 50 ◦ blue 84

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

Shades of Regal Blue #173254

Tints of Regal Blue #173254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.85%

 BLUE value IS 84 (33.2% from 255) = 53.5%

R = 14.65%
G = 31.85%
B = 53.5%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#173254 (or 0x173254) is known color: Regal Blue. HEX triplet: 17, 32 and 54. RGB value is (23,50,84). Sum of RGB (Red+Green+Blue) = 23+50+84=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #173254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173254 is #E8CDAB. Grayscale: #2D2D2D. Windows color (decimal): -15257004 or 5517847. OLE color: 5517847.

HSL color Cylindrical-coordinate representation of color #173254: hue angle of 213.44º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #173254 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 23 50 84 -
CMYK 0.73 0.40 0 0.67
HSL 213.44º 0.57% 0.21% -
HSV(B) 213.44º 0.73% 0.33% -
XYZ 3.09 3.1 8.82 -
YUV 45.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 23 50 84 0.73 0.40 0 0.67 213.44 0.57 0.21
Hex 17 32 54 49 28 0 43 D5 39 15
Octal 27 62 124 111 50 0 103 325 71 25
Binary 10111 110010 1010100 1001001 101000 0 1000011 11010101 111001 10101

Color Harmonies of #173254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173254

Black with #173254

Text Example


Text Example

White with #173254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173254; }

 p { color: rgb(23,50,84); }

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

background-color css

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

 a { background-color: rgb(23,50,84); }

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

border-color css

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

 span { border-color: rgb(23,50,84); }

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