#2A4466

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

Shades of Catalina Blue #2A4466

Tints of Catalina Blue #2A4466

Color information

#2A4466 (or 0x2A4466) is unknown color: approx Catalina Blue. HEX triplet: 2A, 44 and 66. RGB value is (42,68,102). Sum of RGB (Red+Green+Blue) = 42+68+102=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #2A4466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4466 is #D5BB99. Grayscale: #3F3F3F. Windows color (decimal): -14007194 or 6702122. OLE color: 6702122.

HSL color Cylindrical-coordinate representation of color #2A4466: hue angle of 214º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A4466 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4268102-
CMYK0.590.3300.6
HSL214º41.67%28.24%-
HSV(B)214º58.82%40%-
XYZ5.425.5913.36-
YUV64.1149.39112.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.81%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 102 (40.23% from 255) = 48.11%
R=19.81%
G=32.08%
B=48.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal42681020.590.3300.621441.6728.24
Hex2A44663B2103Cd62a1c
Octal5210414673410743265234
Binary1010101000100110011011101110000101111001101011010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,68,102); }

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

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

 a { background-color: rgb(42,68,102); }

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

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

 span { border-color: rgb(42,68,102); }

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