#1E3755

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

Shades of Catalina Blue #1E3755

Tints of Catalina Blue #1E3755

Color information

#1E3755 (or 0x1E3755) is unknown color: approx Catalina Blue. HEX triplet: 1E, 37 and 55. RGB value is (30,55,85). Sum of RGB (Red+Green+Blue) = 30+55+85=170 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.65% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E3755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3755 is #E1C8AA. Grayscale: #323232. Windows color (decimal): -14796971 or 5584670. OLE color: 5584670.

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

Color convert

RGB305585-
CMYK0.650.3500.67
HSL212.73º47.83%22.55%-
HSV(B)212.73º64.71%33.33%-
XYZ3.543.669.11-
YUV50.94147.22113.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.65%
GREEN value IS 55 (21.88% from 255) = 32.35%
BLUE value IS 85 (33.59% from 255) = 50%
R=17.65%
G=32.35%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3055850.650.3500.67212.7347.8322.55
Hex1E37554123043d53017
Octal36671251014301033256027
Binary1111011011110101011000001100011010000111101010111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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