Html Css Color HEX #17375C Regal Blue

📋 copy color: '#17375C'

red 23 ◦ green 55 ◦ blue 92

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

Shades of Regal Blue #17375C

Tints of Regal Blue #17375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 54.12%

R = 13.53%
G = 32.35%
B = 54.12%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17375C (or 0x17375C) is known color: Regal Blue. HEX triplet: 17, 37 and 5C. RGB value is (23,55,92). Sum of RGB (Red+Green+Blue) = 23+55+92=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #17375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17375C is #E8C8A3. Grayscale: #313131. Windows color (decimal): -15255716 or 6043415. OLE color: 6043415.

HSL color Cylindrical-coordinate representation of color #17375C: hue angle of 212.17º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17375C is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 55 92 -
CMYK 0.75 0.40 0 0.64
HSL 212.17º 0.6% 0.23% -
HSV(B) 212.17º 0.75% 0.36% -
XYZ 3.65 3.69 10.64 -
YUV 49.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 23 55 92 0.75 0.40 0 0.64 212.17 0.6 0.23
Hex 17 37 5C 4B 28 0 40 D4 3C 17
Octal 27 67 134 113 50 0 100 324 74 27
Binary 10111 110111 1011100 1001011 101000 0 1000000 11010100 111100 10111

Color Harmonies of #17375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17375C

Black with #17375C

Text Example


Text Example

White with #17375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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