Html Css Color HEX #17355B Regal Blue

📋 copy color: '#17355B'

red 23 ◦ green 53 ◦ blue 91

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

Shades of Regal Blue #17355B

Tints of Regal Blue #17355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.74%

 BLUE value IS 91 (35.94% from 255) = 54.49%

R = 13.77%
G = 31.74%
B = 54.49%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17355B (or 0x17355B) is known color: Regal Blue. HEX triplet: 17, 35 and 5B. RGB value is (23,53,91). Sum of RGB (Red+Green+Blue) = 23+53+91=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #17355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17355B is #E8CAA4. Grayscale: #303030. Windows color (decimal): -15256229 or 5977367. OLE color: 5977367.

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

Color convert

RGB 23 53 91 -
CMYK 0.75 0.42 0 0.64
HSL 213.53º 0.6% 0.22% -
HSV(B) 213.53º 0.75% 0.36% -
XYZ 3.51 3.48 10.38 -
YUV 48.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 23 53 91 0.75 0.42 0 0.64 213.53 0.6 0.22
Hex 17 35 5B 4B 2A 0 40 D6 3C 16
Octal 27 65 133 113 52 0 100 326 74 26
Binary 10111 110101 1011011 1001011 101010 0 1000000 11010110 111100 10110

Color Harmonies of #17355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17355B

Black with #17355B

Text Example


Text Example

White with #17355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17355B; }

 p { color: rgb(23,53,91); }

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

background-color css

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

 a { background-color: rgb(23,53,91); }

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

border-color css

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

 span { border-color: rgb(23,53,91); }

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