Html Css Color HEX #17325B Catalina Blue

📋 copy color: '#17325B'

red 23 ◦ green 50 ◦ blue 91

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

Shades of Catalina Blue #17325B

Tints of Catalina Blue #17325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

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

R = 14.02%
G = 30.49%
B = 55.49%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17325B (or 0x17325B) is known color: Catalina Blue. HEX triplet: 17, 32 and 5B. RGB value is (23,50,91). Sum of RGB (Red+Green+Blue) = 23+50+91=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #17325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17325B is #E8CDA4. Grayscale: #2E2E2E. Windows color (decimal): -15256997 or 5976599. OLE color: 5976599.

HSL color Cylindrical-coordinate representation of color #17325B: hue angle of 216.18º 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 #17325B is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 50 91 -
CMYK 0.75 0.45 0 0.64
HSL 216.18º 0.6% 0.22% -
HSV(B) 216.18º 0.75% 0.36% -
XYZ 3.38 3.22 10.34 -
YUV 46.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 23 50 91 0.75 0.45 0 0.64 216.18 0.6 0.22
Hex 17 32 5B 4B 2D 0 40 D8 3C 16
Octal 27 62 133 113 55 0 100 330 74 26
Binary 10111 110010 1011011 1001011 101101 0 1000000 11011000 111100 10110

Color Harmonies of #17325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17325B

Black with #17325B

Text Example


Text Example

White with #17325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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