#1D305D

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

Shades of Catalina Blue #1D305D

Tints of Catalina Blue #1D305D

Color information

#1D305D (or 0x1D305D) is unknown color: approx Catalina Blue. HEX triplet: 1D, 30 and 5D. RGB value is (29,48,93). Sum of RGB (Red+Green+Blue) = 29+48+93=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D305D is #E2CFA2. Grayscale: #2F2F2F. Windows color (decimal): -14864291 or 6107165. OLE color: 6107165.

HSL color Cylindrical-coordinate representation of color #1D305D: hue angle of 222.19º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D305D is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB294893-
CMYK0.690.4800.64
HSL222.19º52.46%23.92%-
HSV(B)222.19º68.82%36.47%-
XYZ3.543.1710.78-
YUV47.45153.71114.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.06%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 93 (36.72% from 255) = 54.71%
R=17.06%
G=28.24%
B=54.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2948930.690.4800.64222.1952.4623.92
Hex1D305D4530040de3418
Octal35601351056001003366430
Binary1110111000010111011000101110000010000001101111011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,48,93); }

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

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

 a { background-color: rgb(29,48,93); }

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

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

 span { border-color: rgb(29,48,93); }

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