#17345F

Color #17345F Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #17345F

Tints of Catalina Blue #17345F

Color information

#17345F (or 0x17345F) is unknown color: approx 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

RGB235295-
CMYK0.760.4500.63
HSL215.83º61.02%23.14%-
HSV(B)215.83º75.79%37.25%-
XYZ3.653.4611.3-
YUV48.23154.39110-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.53%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2352950.760.4500.63215.8361.0223.14
Hex17345F4C2D03Fd83d17
Octal2764137114550773307527
Binary101111101001011111100110010110101111111101100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>