#1D3568

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

Shades of Catalina Blue #1D3568

Tints of Catalina Blue #1D3568

Color information

#1D3568 (or 0x1D3568) is unknown color: approx Catalina Blue. HEX triplet: 1D, 35 and 68. RGB value is (29,53,104). Sum of RGB (Red+Green+Blue) = 29+53+104=186 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.59% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #1D3568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3568 is #E2CA97. Grayscale: #333333. Windows color (decimal): -14863000 or 6829341. OLE color: 6829341.

HSL color Cylindrical-coordinate representation of color #1D3568: hue angle of 220.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D3568 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2953104-
CMYK0.720.4900.59
HSL220.8º56.39%26.08%-
HSV(B)220.8º72.12%40.78%-
XYZ4.283.8113.61-
YUV51.64157.55111.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.59%
GREEN value IS 53 (21.09% from 255) = 28.49%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=15.59%
G=28.49%
B=55.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29531040.720.4900.59220.856.3926.08
Hex1D3568483103Bdd381a
Octal3565150110610733357032
Binary111011101011101000100100011000101110111101110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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