Html Css Color HEX #17325A Catalina Blue

📋 copy color: '#17325A'

red 23 ◦ green 50 ◦ blue 90

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

Shades of Catalina Blue #17325A

Tints of Catalina Blue #17325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 55.21%

R = 14.11%
G = 30.67%
B = 55.21%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#17325A (or 0x17325A) is known color: Catalina Blue. HEX triplet: 17, 32 and 5A. RGB value is (23,50,90). Sum of RGB (Red+Green+Blue) = 23+50+90=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #17325A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17325A is #E8CDA5. Grayscale: #2E2E2E. Windows color (decimal): -15256998 or 5911063. OLE color: 5911063.

HSL color Cylindrical-coordinate representation of color #17325A: hue angle of 215.82º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17325A is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 50 90 -
CMYK 0.74 0.44 0 0.65
HSL 215.82º 0.59% 0.22% -
HSV(B) 215.82º 0.74% 0.35% -
XYZ 3.34 3.2 10.11 -
YUV 46.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 23 50 90 0.74 0.44 0 0.65 215.82 0.59 0.22
Hex 17 32 5A 4A 2C 0 41 D8 3B 16
Octal 27 62 132 112 54 0 101 330 73 26
Binary 10111 110010 1011010 1001010 101100 0 1000001 11011000 111011 10110

Color Harmonies of #17325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17325A

Black with #17325A

Text Example


Text Example

White with #17325A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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