#1e3760

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

Shades of Catalina Blue #1E3760

Tints of Catalina Blue #1E3760

Color information

#1E3760 (or 0x1E3760) is unknown color: approx Catalina Blue. HEX triplet: 1E, 37 and 60. RGB value is (30,55,96). Sum of RGB (Red+Green+Blue) = 30+55+96=181 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.57% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E3760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3760 is #E1C89F. Grayscale: #343434. Windows color (decimal): -14796960 or 6305566. OLE color: 6305566.

HSL color Cylindrical-coordinate representation of color #1E3760: hue angle of 217.27º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E3760 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB305596-
CMYK0.690.4300.62
HSL217.27º52.38%24.71%-
HSV(B)217.27º68.75%37.65%-
XYZ4.013.8511.6-
YUV52.2152.72112.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.57%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=16.57%
G=30.39%
B=53.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3055960.690.4300.62217.2752.3824.71
Hex1E3760452B03Ed93419
Octal3667140105530763316431
Binary111101101111100000100010110101101111101101100111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e3760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,55,96); }

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

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

 a { background-color: rgb(30,55,96); }

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

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

 span { border-color: rgb(30,55,96); }

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