Html Css Color HEX #173650 Regal Blue

📋 copy color: '#173650'

red 23 ◦ green 54 ◦ blue 80

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

Shades of Regal Blue #173650

Tints of Regal Blue #173650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.39%

 BLUE value IS 80 (31.64% from 255) = 50.96%

R = 14.65%
G = 34.39%
B = 50.96%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#173650 (or 0x173650) is known color: Regal Blue. HEX triplet: 17, 36 and 50. RGB value is (23,54,80). Sum of RGB (Red+Green+Blue) = 23+54+80=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #173650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173650 is #E8C9AF. Grayscale: #2F2F2F. Windows color (decimal): -15255984 or 5256727. OLE color: 5256727.

HSL color Cylindrical-coordinate representation of color #173650: hue angle of 207.37º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #173650 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 54 80 -
CMYK 0.71 0.33 0 0.69
HSL 207.37º 0.55% 0.2% -
HSV(B) 207.37º 0.71% 0.31% -
XYZ 3.12 3.4 8.08 -
YUV 47.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 23 54 80 0.71 0.33 0 0.69 207.37 0.55 0.2
Hex 17 36 50 47 21 0 45 CF 37 14
Octal 27 66 120 107 41 0 105 317 67 24
Binary 10111 110110 1010000 1000111 100001 0 1000101 11001111 110111 10100

Color Harmonies of #173650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173650

Black with #173650

Text Example


Text Example

White with #173650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173650; }

 p { color: rgb(23,54,80); }

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

background-color css

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

 a { background-color: rgb(23,54,80); }

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

border-color css

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

 span { border-color: rgb(23,54,80); }

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