Html Css Color HEX #17325D Catalina Blue

📋 copy color: '#17325D'

red 23 ◦ green 50 ◦ blue 93

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

Shades of Catalina Blue #17325D

Tints of Catalina Blue #17325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 56.02%

R = 13.86%
G = 30.12%
B = 56.02%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17325D (or 0x17325D) is known color: Catalina Blue. HEX triplet: 17, 32 and 5D. RGB value is (23,50,93). Sum of RGB (Red+Green+Blue) = 23+50+93=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #17325D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17325D is #E8CDA2. Grayscale: #2E2E2E. Windows color (decimal): -15256995 or 6107671. OLE color: 6107671.

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

Color convert

RGB 23 50 93 -
CMYK 0.75 0.46 0 0.64
HSL 216.86º 0.6% 0.23% -
HSV(B) 216.86º 0.75% 0.36% -
XYZ 3.47 3.25 10.8 -
YUV 46.83 154.05 111 -
System Red Green Blue C M Y K H S L
Decimal 23 50 93 0.75 0.46 0 0.64 216.86 0.6 0.23
Hex 17 32 5D 4B 2E 0 40 D9 3C 17
Octal 27 62 135 113 56 0 100 331 74 27
Binary 10111 110010 1011101 1001011 101110 0 1000000 11011001 111100 10111

Color Harmonies of #17325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17325D

Black with #17325D

Text Example


Text Example

White with #17325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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