Html Css Color HEX #173252 Regal Blue

📋 copy color: '#173252'

red 23 ◦ green 50 ◦ blue 82

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

Shades of Regal Blue #173252

Tints of Regal Blue #173252

RGB

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

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

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

R = 14.84%
G = 32.26%
B = 52.9%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#173252 (or 0x173252) is known color: Regal Blue. HEX triplet: 17, 32 and 52. RGB value is (23,50,82). Sum of RGB (Red+Green+Blue) = 23+50+82=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #173252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173252 is #E8CDAD. Grayscale: #2D2D2D. Windows color (decimal): -15257006 or 5386775. OLE color: 5386775.

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

Color convert

RGB 23 50 82 -
CMYK 0.72 0.39 0 0.68
HSL 212.54º 0.56% 0.21% -
HSV(B) 212.54º 0.72% 0.32% -
XYZ 3.02 3.07 8.42 -
YUV 45.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 23 50 82 0.72 0.39 0 0.68 212.54 0.56 0.21
Hex 17 32 52 48 27 0 44 D5 38 15
Octal 27 62 122 110 47 0 104 325 70 25
Binary 10111 110010 1010010 1001000 100111 0 1000100 11010101 111000 10101

Color Harmonies of #173252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173252

Black with #173252

Text Example


Text Example

White with #173252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173252; }

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

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

background-color css

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

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

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

border-color css

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

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

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