Html Css Color HEX #17345F Catalina Blue

📋 copy color: '#17345F'

red 23 ◦ green 52 ◦ blue 95

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

Shades of Catalina Blue #17345F

Tints of Catalina Blue #17345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 55.88%

R = 13.53%
G = 30.59%
B = 55.88%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17345F (or 0x17345F) is known color: Catalina Blue. HEX triplet: 17, 34 and 5F. RGB value is (23,52,95). Sum of RGB (Red+Green+Blue) = 23+52+95=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #17345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17345F is #E8CBA0. Grayscale: #303030. Windows color (decimal): -15256481 or 6239255. OLE color: 6239255.

HSL color Cylindrical-coordinate representation of color #17345F: hue angle of 215.83º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17345F is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 52 95 -
CMYK 0.76 0.45 0 0.63
HSL 215.83º 0.61% 0.23% -
HSV(B) 215.83º 0.76% 0.37% -
XYZ 3.65 3.46 11.3 -
YUV 48.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 23 52 95 0.76 0.45 0 0.63 215.83 0.61 0.23
Hex 17 34 5F 4C 2D 0 3F D8 3D 17
Octal 27 64 137 114 55 0 77 330 75 27
Binary 10111 110100 1011111 1001100 101101 0 111111 11011000 111101 10111

Color Harmonies of #17345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17345F

Black with #17345F

Text Example


Text Example

White with #17345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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