Html Css Color HEX #173352 Regal Blue

📋 copy color: '#173352'

red 23 ◦ green 51 ◦ blue 82

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

Shades of Regal Blue #173352

Tints of Regal Blue #173352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.69%

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

R = 14.74%
G = 32.69%
B = 52.56%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#173352 (or 0x173352) is known color: Regal Blue. HEX triplet: 17, 33 and 52. RGB value is (23,51,82). Sum of RGB (Red+Green+Blue) = 23+51+82=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 82 (32.42% from 255 or 52.56% from 156); Max value from RGB is 82 - color contains mainly: blue. Hex color #173352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173352 is #E8CCAD. Grayscale: #2E2E2E. Windows color (decimal): -15256750 or 5387031. OLE color: 5387031.

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

Color convert

RGB 23 51 82 -
CMYK 0.72 0.38 0 0.68
HSL 211.53º 0.56% 0.21% -
HSV(B) 211.53º 0.72% 0.32% -
XYZ 3.06 3.16 8.43 -
YUV 46.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 23 51 82 0.72 0.38 0 0.68 211.53 0.56 0.21
Hex 17 33 52 48 26 0 44 D4 38 15
Octal 27 63 122 110 46 0 104 324 70 25
Binary 10111 110011 1010010 1001000 100110 0 1000100 11010100 111000 10101

Color Harmonies of #173352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173352

Black with #173352

Text Example


Text Example

White with #173352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173352; }

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

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

background-color css

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

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

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

border-color css

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

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

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