#1e395b

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

Shades of Catalina Blue #1E395B

Tints of Catalina Blue #1E395B

Color information

#1E395B (or 0x1E395B) is unknown color: approx Catalina Blue. HEX triplet: 1E, 39 and 5B. RGB value is (30,57,91). Sum of RGB (Red+Green+Blue) = 30+57+91=178 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.85% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E395B is #E1C6A4. Grayscale: #343434. Windows color (decimal): -14796453 or 5978398. OLE color: 5978398.

HSL color Cylindrical-coordinate representation of color #1E395B: hue angle of 213.44º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E395B is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB305791-
CMYK0.670.3700.64
HSL213.44º50.41%23.73%-
HSV(B)213.44º67.03%35.69%-
XYZ3.893.9610.46-
YUV52.8149.55111.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.85%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=16.85%
G=32.02%
B=51.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3057910.670.3700.64213.4450.4123.73
Hex1E395B4325040d53218
Octal36711331034501003256230
Binary1111011100110110111000011100101010000001101010111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e395b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,57,91); }

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

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

 a { background-color: rgb(30,57,91); }

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

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

 span { border-color: rgb(30,57,91); }

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