#1E3555

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

Shades of Catalina Blue #1E3555

Tints of Catalina Blue #1E3555

Color information

#1E3555 (or 0x1E3555) is unknown color: approx Catalina Blue. HEX triplet: 1E, 35 and 55. RGB value is (30,53,85). Sum of RGB (Red+Green+Blue) = 30+53+85=168 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.86% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E3555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3555 is #E1CAAA. Grayscale: #313131. Windows color (decimal): -14797483 or 5584158. OLE color: 5584158.

HSL color Cylindrical-coordinate representation of color #1E3555: hue angle of 214.91º 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 #1E3555 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB305385-
CMYK0.650.3800.67
HSL214.91º47.83%22.55%-
HSV(B)214.91º64.71%33.33%-
XYZ3.453.489.08-
YUV49.77147.88113.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.86%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=17.86%
G=31.55%
B=50.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3053850.650.3800.67214.9147.8322.55
Hex1E35554126043d73017
Octal36651251014601033276027
Binary1111011010110101011000001100110010000111101011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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