Html Css Color HEX #17345D Catalina Blue

📋 copy color: '#17345D'

red 23 ◦ green 52 ◦ blue 93

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

Shades of Catalina Blue #17345D

Tints of Catalina Blue #17345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.95%

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

R = 13.69%
G = 30.95%
B = 55.36%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17345D (or 0x17345D) is known color: Catalina Blue. HEX triplet: 17, 34 and 5D. RGB value is (23,52,93). Sum of RGB (Red+Green+Blue) = 23+52+93=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #17345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17345D is #E8CBA2. Grayscale: #2F2F2F. Windows color (decimal): -15256483 or 6108183. OLE color: 6108183.

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

Color convert

RGB 23 52 93 -
CMYK 0.75 0.44 0 0.64
HSL 215.14º 0.6% 0.23% -
HSV(B) 215.14º 0.75% 0.36% -
XYZ 3.56 3.43 10.83 -
YUV 48 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 23 52 93 0.75 0.44 0 0.64 215.14 0.6 0.23
Hex 17 34 5D 4B 2C 0 40 D7 3C 17
Octal 27 64 135 113 54 0 100 327 74 27
Binary 10111 110100 1011101 1001011 101100 0 1000000 11010111 111100 10111

Color Harmonies of #17345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17345D

Black with #17345D

Text Example


Text Example

White with #17345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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