#1D3560

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

Shades of Catalina Blue #1D3560

Tints of Catalina Blue #1D3560

Color information

#1D3560 (or 0x1D3560) is unknown color: approx Catalina Blue. HEX triplet: 1D, 35 and 60. RGB value is (29,53,96). Sum of RGB (Red+Green+Blue) = 29+53+96=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D3560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3560 is #E2CA9F. Grayscale: #323232. Windows color (decimal): -14863008 or 6305053. OLE color: 6305053.

HSL color Cylindrical-coordinate representation of color #1D3560: hue angle of 218.51º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D3560 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB295396-
CMYK0.700.4500.62
HSL218.51º53.6%24.51%-
HSV(B)218.51º69.79%37.65%-
XYZ3.893.6511.57-
YUV50.73153.55112.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.29%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=16.29%
G=29.78%
B=53.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2953960.700.4500.62218.5153.624.51
Hex1D3560462D03Edb3619
Octal3565140106550763336631
Binary111011101011100000100011010110101111101101101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D3560; }

 p { color: rgb(29,53,96); }

 H1.HeaderClassName
 {
   color: #1D3560;
 }
 .AnyTagClassName
 {
   color: #1D3560;
 }
</style>
background-color css

<style>
 a { background-color: #1D3560; }

 a { background-color: rgb(29,53,96); }

 div.DivClassName
 {
   background-color: #1D3560;
 }
 .BgClassName
 {
   background-color: #1D3560;
 }
</style>
border-color css

<style>
 span { border-color: #1D3560; }

 span { border-color: rgb(29,53,96); }

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