#2A4169

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

Shades of Catalina Blue #2A4169

Tints of Catalina Blue #2A4169

Color information

#2A4169 (or 0x2A4169) is unknown color: approx Catalina Blue. HEX triplet: 2A, 41 and 69. RGB value is (42,65,105). Sum of RGB (Red+Green+Blue) = 42+65+105=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A4169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4169 is #D5BE96. Grayscale: #3E3E3E. Windows color (decimal): -14007959 or 6897962. OLE color: 6897962.

HSL color Cylindrical-coordinate representation of color #2A4169: hue angle of 218.1º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A4169 is Cyan = 0.6, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4265105-
CMYK0.60.3800.59
HSL218.1º42.86%28.82%-
HSV(B)218.1º60%41.18%-
XYZ5.395.2914.1-
YUV62.68151.88113.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.81%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=19.81%
G=30.66%
B=49.53%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42651050.60.3800.59218.142.8628.82
Hex2A41693C2603Bda2b1d
Octal5210115174460733325335
Binary1010101000001110100111110010011001110111101101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A4169; }

 p { color: rgb(42,65,105); }

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

<style>
 a { background-color: #2A4169; }

 a { background-color: rgb(42,65,105); }

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

<style>
 span { border-color: #2A4169; }

 span { border-color: rgb(42,65,105); }

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