Html Css Color HEX #173452 Regal Blue

📋 copy color: '#173452'

red 23 ◦ green 52 ◦ blue 82

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

Shades of Regal Blue #173452

Tints of Regal Blue #173452

RGB

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

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

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

R = 14.65%
G = 33.12%
B = 52.23%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#173452 (or 0x173452) is known color: Regal Blue. HEX triplet: 17, 34 and 52. RGB value is (23,52,82). Sum of RGB (Red+Green+Blue) = 23+52+82=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 52 (20.70% from 255 or 33.12% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #173452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173452 is #E8CBAD. Grayscale: #2E2E2E. Windows color (decimal): -15256494 or 5387287. OLE color: 5387287.

HSL color Cylindrical-coordinate representation of color #173452: hue angle of 210.51º 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 #173452 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 23 52 82 -
CMYK 0.72 0.37 0 0.68
HSL 210.51º 0.56% 0.21% -
HSV(B) 210.51º 0.72% 0.32% -
XYZ 3.1 3.25 8.45 -
YUV 46.75 147.89 111.06 -
System Red Green Blue C M Y K H S L
Decimal 23 52 82 0.72 0.37 0 0.68 210.51 0.56 0.21
Hex 17 34 52 48 25 0 44 D3 38 15
Octal 27 64 122 110 45 0 104 323 70 25
Binary 10111 110100 1010010 1001000 100101 0 1000100 11010011 111000 10101

Color Harmonies of #173452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173452

Black with #173452

Text Example


Text Example

White with #173452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173452; }

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

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

background-color css

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

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

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

border-color css

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

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

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