#1E3263

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

Shades of Catalina Blue #1E3263

Tints of Catalina Blue #1E3263

Color information

#1E3263 (or 0x1E3263) is unknown color: approx Catalina Blue. HEX triplet: 1E, 32 and 63. RGB value is (30,50,99). Sum of RGB (Red+Green+Blue) = 30+50+99=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E3263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3263 is #E1CD9C. Grayscale: #313131. Windows color (decimal): -14798237 or 6500894. OLE color: 6500894.

HSL color Cylindrical-coordinate representation of color #1E3263: hue angle of 222.61º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E3263 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB305099-
CMYK0.700.4900.61
HSL222.61º53.49%25.29%-
HSV(B)222.61º69.7%38.82%-
XYZ3.933.4612.26-
YUV49.61155.87114.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.76%
GREEN value IS 50 (19.92% from 255) = 27.93%
BLUE value IS 99 (39.06% from 255) = 55.31%
R=16.76%
G=27.93%
B=55.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3050990.700.4900.61222.6153.4925.29
Hex1E3263463103Ddf3519
Octal3662143106610753376531
Binary111101100101100011100011011000101111011101111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,50,99); }

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

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

 a { background-color: rgb(30,50,99); }

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

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

 span { border-color: rgb(30,50,99); }

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