#1E3D69

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

Shades of Catalina Blue #1E3D69

Tints of Catalina Blue #1E3D69

Color information

#1E3D69 (or 0x1E3D69) is unknown color: approx Catalina Blue. HEX triplet: 1E, 3D and 69. RGB value is (30,61,105). Sum of RGB (Red+Green+Blue) = 30+61+105=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #1E3D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3D69 is #E1C296. Grayscale: #383838. Windows color (decimal): -14795415 or 6896926. OLE color: 6896926.

HSL color Cylindrical-coordinate representation of color #1E3D69: hue angle of 215.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E3D69 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3061105-
CMYK0.710.4200.59
HSL215.2º55.56%26.47%-
HSV(B)215.2º71.43%41.18%-
XYZ4.754.6314.01-
YUV56.75155.23108.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.31%
GREEN value IS 61 (24.22% from 255) = 31.12%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=15.31%
G=31.12%
B=53.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal30611050.710.4200.59215.255.5626.47
Hex1E3D69472A03Bd7381a
Octal3675151107520733277032
Binary111101111011101001100011110101001110111101011111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,61,105); }

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

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

 a { background-color: rgb(30,61,105); }

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

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

 span { border-color: rgb(30,61,105); }

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