Html Css Color HEX #17375E Regal Blue

📋 copy color: '#17375E'

red 23 ◦ green 55 ◦ blue 94

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

Shades of Regal Blue #17375E

Tints of Regal Blue #17375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.98%

 BLUE value IS 94 (37.11% from 255) = 54.65%

R = 13.37%
G = 31.98%
B = 54.65%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17375E (or 0x17375E) is known color: Regal Blue. HEX triplet: 17, 37 and 5E. RGB value is (23,55,94). Sum of RGB (Red+Green+Blue) = 23+55+94=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #17375E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17375E is #E8C8A1. Grayscale: #313131. Windows color (decimal): -15255714 or 6174487. OLE color: 6174487.

HSL color Cylindrical-coordinate representation of color #17375E: hue angle of 212.96º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17375E is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 55 94 -
CMYK 0.76 0.41 0 0.63
HSL 212.96º 0.61% 0.23% -
HSV(B) 212.96º 0.76% 0.37% -
XYZ 3.74 3.72 11.11 -
YUV 49.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 23 55 94 0.76 0.41 0 0.63 212.96 0.61 0.23
Hex 17 37 5E 4C 29 0 3F D5 3D 17
Octal 27 67 136 114 51 0 77 325 75 27
Binary 10111 110111 1011110 1001100 101001 0 111111 11010101 111101 10111

Color Harmonies of #17375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17375E

Black with #17375E

Text Example


Text Example

White with #17375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17375E; }

 p { color: rgb(23,55,94); }

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

background-color css

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

 a { background-color: rgb(23,55,94); }

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

border-color css

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

 span { border-color: rgb(23,55,94); }

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