#1D3F6D

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

Shades of Catalina Blue #1D3F6D

Tints of Catalina Blue #1D3F6D

Color information

#1D3F6D (or 0x1D3F6D) is unknown color: approx Catalina Blue. HEX triplet: 1D, 3F and 6D. RGB value is (29,63,109). Sum of RGB (Red+Green+Blue) = 29+63+109=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #1D3F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3F6D is #E2C092. Grayscale: #393939. Windows color (decimal): -14860435 or 7159581. OLE color: 7159581.

HSL color Cylindrical-coordinate representation of color #1D3F6D: hue angle of 214.5º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D3F6D is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2963109-
CMYK0.730.4200.57
HSL214.5º57.97%27.06%-
HSV(B)214.5º73.39%42.75%-
XYZ5.044.9215.15-
YUV58.08156.74107.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.43%
GREEN value IS 63 (25% from 255) = 31.34%
BLUE value IS 109 (42.97% from 255) = 54.23%
R=14.43%
G=31.34%
B=54.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal29631090.730.4200.57214.557.9727.06
Hex1D3F6D492A039d63a1b
Octal3577155111520713267233
Binary111011111111101101100100110101001110011101011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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