#1D3F70

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

Shades of Catalina Blue #1D3F70

Tints of Catalina Blue #1D3F70

Color information

#1D3F70 (or 0x1D3F70) is unknown color: approx Catalina Blue. HEX triplet: 1D, 3F and 70. RGB value is (29,63,112). Sum of RGB (Red+Green+Blue) = 29+63+112=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D3F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3F70 is #E2C08F. Grayscale: #3A3A3A. Windows color (decimal): -14860432 or 7356189. OLE color: 7356189.

HSL color Cylindrical-coordinate representation of color #1D3F70: hue angle of 215.42º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D3F70 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2963112-
CMYK0.740.4400.56
HSL215.42º58.87%27.65%-
HSV(B)215.42º74.11%43.92%-
XYZ5.214.9916.02-
YUV58.42158.24107.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.22%
GREEN value IS 63 (25% from 255) = 30.88%
BLUE value IS 112 (44.14% from 255) = 54.90%
R=14.22%
G=30.88%
B=54.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29631120.740.4400.56215.4258.8727.65
Hex1D3F704A2C038d73b1c
Octal3577160112540703277334
Binary111011111111110000100101010110001110001101011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,63,112); }

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

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

 a { background-color: rgb(29,63,112); }

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

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

 span { border-color: rgb(29,63,112); }

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