Html Css Color HEX #173D52 Regal Blue

📋 copy color: '#173D52'

red 23 ◦ green 61 ◦ blue 82

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

Shades of Regal Blue #173D52

Tints of Regal Blue #173D52

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.75%

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

R = 13.86%
G = 36.75%
B = 49.4%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#173D52 (or 0x173D52) is known color: Regal Blue. HEX triplet: 17, 3D and 52. RGB value is (23,61,82). Sum of RGB (Red+Green+Blue) = 23+61+82=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #173D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173D52 is #E8C2AD. Grayscale: #333333. Windows color (decimal): -15254190 or 5389591. OLE color: 5389591.

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

Color convert

RGB 23 61 82 -
CMYK 0.72 0.26 0 0.68
HSL 201.36º 0.56% 0.21% -
HSV(B) 201.36º 0.72% 0.32% -
XYZ 3.55 4.13 8.59 -
YUV 52.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 23 61 82 0.72 0.26 0 0.68 201.36 0.56 0.21
Hex 17 3D 52 48 1A 0 44 C9 38 15
Octal 27 75 122 110 32 0 104 311 70 25
Binary 10111 111101 1010010 1001000 11010 0 1000100 11001001 111000 10101

Color Harmonies of #173D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173D52

Black with #173D52

Text Example


Text Example

White with #173D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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