#1E346A

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

Shades of Catalina Blue #1E346A

Tints of Catalina Blue #1E346A

Color information

#1E346A (or 0x1E346A) is unknown color: approx Catalina Blue. HEX triplet: 1E, 34 and 6A. RGB value is (30,52,106). Sum of RGB (Red+Green+Blue) = 30+52+106=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 106 (41.80% from 255 or 56.38% from 188); Max value from RGB is 106 - color contains mainly: blue. Hex color #1E346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E346A is #E1CB95. Grayscale: #333333. Windows color (decimal): -14797718 or 6960158. OLE color: 6960158.

HSL color Cylindrical-coordinate representation of color #1E346A: hue angle of 222.63º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E346A is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3052106-
CMYK0.720.5100.58
HSL222.63º55.88%26.67%-
HSV(B)222.63º71.7%41.57%-
XYZ4.363.7714.13-
YUV51.58158.71112.61-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.96%
GREEN value IS 52 (20.70% from 255) = 27.66%
BLUE value IS 106 (41.80% from 255) = 56.38%
R=15.96%
G=27.66%
B=56.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30521060.720.5100.58222.6355.8826.67
Hex1E346A483303Adf381b
Octal3664152110630723377033
Binary111101101001101010100100011001101110101101111111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,52,106); }

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

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

 a { background-color: rgb(30,52,106); }

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

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

 span { border-color: rgb(30,52,106); }

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