#1E3055

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

Shades of Catalina Blue #1E3055

Tints of Catalina Blue #1E3055

Color information

#1E3055 (or 0x1E3055) is unknown color: approx Catalina Blue. HEX triplet: 1E, 30 and 55. RGB value is (30,48,85). Sum of RGB (Red+Green+Blue) = 30+48+85=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E3055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3055 is #E1CFAA. Grayscale: #2E2E2E. Windows color (decimal): -14798763 or 5582878. OLE color: 5582878.

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

Color convert

RGB304885-
CMYK0.650.4400.67
HSL220.36º47.83%22.55%-
HSV(B)220.36º64.71%33.33%-
XYZ3.233.059.01-
YUV46.84149.54115.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.40%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 85 (33.59% from 255) = 52.15%
R=18.40%
G=29.45%
B=52.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3048850.650.4400.67220.3647.8322.55
Hex1E3055412C043dc3017
Octal36601251015401033346027
Binary1111011000010101011000001101100010000111101110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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