#2A4266

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

Shades of Catalina Blue #2A4266

Tints of Catalina Blue #2A4266

Color information

#2A4266 (or 0x2A4266) is unknown color: approx Catalina Blue. HEX triplet: 2A, 42 and 66. RGB value is (42,66,102). Sum of RGB (Red+Green+Blue) = 42+66+102=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #2A4266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4266 is #D5BD99. Grayscale: #3E3E3E. Windows color (decimal): -14007706 or 6701610. OLE color: 6701610.

HSL color Cylindrical-coordinate representation of color #2A4266: hue angle of 216º 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 #2A4266 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4266102-
CMYK0.590.3500.6
HSL216º41.67%28.24%-
HSV(B)216º58.82%40%-
XYZ5.35.3513.32-
YUV62.93150.05113.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=20%
G=31.43%
B=48.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal42661020.590.3500.621641.6728.24
Hex2A42663B2303Cd82a1c
Octal5210214673430743305234
Binary1010101000010110011011101110001101111001101100010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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