#1D3152

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

Shades of Catalina Blue #1D3152

Tints of Catalina Blue #1D3152

Color information

#1D3152 (or 0x1D3152) is unknown color: approx Catalina Blue. HEX triplet: 1D, 31 and 52. RGB value is (29,49,82). Sum of RGB (Red+Green+Blue) = 29+49+82=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D3152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3152 is #E2CEAD. Grayscale: #2E2E2E. Windows color (decimal): -14864046 or 5386525. OLE color: 5386525.

HSL color Cylindrical-coordinate representation of color #1D3152: hue angle of 217.36º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D3152 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB294982-
CMYK0.650.4000.68
HSL217.36º47.75%21.76%-
HSV(B)217.36º64.63%32.16%-
XYZ3.133.078.41-
YUV46.78147.87115.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.12%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 82 (32.42% from 255) = 51.25%
R=18.12%
G=30.62%
B=51.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2949820.650.4000.68217.3647.7521.76
Hex1D31524128044d93016
Octal35611221015001043316026
Binary1110111000110100101000001101000010001001101100111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,49,82); }

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

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

 a { background-color: rgb(29,49,82); }

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

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

 span { border-color: rgb(29,49,82); }

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