#1D3962

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

Shades of Catalina Blue #1D3962

Tints of Catalina Blue #1D3962

Color information

#1D3962 (or 0x1D3962) is unknown color: approx Catalina Blue. HEX triplet: 1D, 39 and 62. RGB value is (29,57,98). Sum of RGB (Red+Green+Blue) = 29+57+98=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #1D3962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3962 is #E2C69D. Grayscale: #353535. Windows color (decimal): -14861982 or 6437149. OLE color: 6437149.

HSL color Cylindrical-coordinate representation of color #1D3962: hue angle of 215.65º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D3962 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB295798-
CMYK0.700.4200.62
HSL215.65º54.33%24.9%-
HSV(B)215.65º70.41%38.43%-
XYZ4.174.0712.12-
YUV53.3153.22110.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.76%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 98 (38.67% from 255) = 53.26%
R=15.76%
G=30.98%
B=53.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2957980.700.4200.62215.6554.3324.9
Hex1D3962462A03Ed83619
Octal3571142106520763306631
Binary111011110011100010100011010101001111101101100011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,57,98); }

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

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

 a { background-color: rgb(29,57,98); }

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

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

 span { border-color: rgb(29,57,98); }

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