#1E3155

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

Shades of Catalina Blue #1E3155

Tints of Catalina Blue #1E3155

Color information

#1E3155 (or 0x1E3155) is unknown color: approx Catalina Blue. HEX triplet: 1E, 31 and 55. RGB value is (30,49,85). Sum of RGB (Red+Green+Blue) = 30+49+85=164 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.29% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E3155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3155 is #E1CEAA. Grayscale: #2F2F2F. Windows color (decimal): -14798507 or 5583134. OLE color: 5583134.

HSL color Cylindrical-coordinate representation of color #1E3155: hue angle of 219.27º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E3155 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB304985-
CMYK0.650.4200.67
HSL219.27º47.83%22.55%-
HSV(B)219.27º64.71%33.33%-
XYZ3.273.139.03-
YUV47.42149.21115.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.29%
GREEN value IS 49 (19.53% from 255) = 29.88%
BLUE value IS 85 (33.59% from 255) = 51.83%
R=18.29%
G=29.88%
B=51.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3049850.650.4200.67219.2747.8322.55
Hex1E3155412A043db3017
Octal36611251015201033336027
Binary1111011000110101011000001101010010000111101101111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,49,85); }

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

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

 a { background-color: rgb(30,49,85); }

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

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

 span { border-color: rgb(30,49,85); }

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