Html Css Color HEX #17364F Regal Blue

📋 copy color: '#17364F'

red 23 ◦ green 54 ◦ blue 79

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

Shades of Regal Blue #17364F

Tints of Regal Blue #17364F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 50.64%

R = 14.74%
G = 34.62%
B = 50.64%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#17364F (or 0x17364F) is known color: Regal Blue. HEX triplet: 17, 36 and 4F. RGB value is (23,54,79). Sum of RGB (Red+Green+Blue) = 23+54+79=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #17364F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17364F is #E8C9B0. Grayscale: #2F2F2F. Windows color (decimal): -15255985 or 5191191. OLE color: 5191191.

HSL color Cylindrical-coordinate representation of color #17364F: hue angle of 206.79º 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 #17364F is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 54 79 -
CMYK 0.71 0.32 0 0.69
HSL 206.79º 0.55% 0.2% -
HSV(B) 206.79º 0.71% 0.31% -
XYZ 3.08 3.39 7.89 -
YUV 47.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 23 54 79 0.71 0.32 0 0.69 206.79 0.55 0.2
Hex 17 36 4F 47 20 0 45 CF 37 14
Octal 27 66 117 107 40 0 105 317 67 24
Binary 10111 110110 1001111 1000111 100000 0 1000101 11001111 110111 10100

Color Harmonies of #17364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17364F

Black with #17364F

Text Example


Text Example

White with #17364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17364F; }

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

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

background-color css

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

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

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

border-color css

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

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

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