#2A4769

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

Shades of Catalina Blue #2A4769

Tints of Catalina Blue #2A4769

Color information

#2A4769 (or 0x2A4769) is unknown color: approx Catalina Blue. HEX triplet: 2A, 47 and 69. RGB value is (42,71,105). Sum of RGB (Red+Green+Blue) = 42+71+105=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A4769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4769 is #D5B896. Grayscale: #424242. Windows color (decimal): -14006423 or 6899498. OLE color: 6899498.

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

Color convert

RGB4271105-
CMYK0.60.3200.59
HSL212.38º42.86%28.82%-
HSV(B)212.38º60%41.18%-
XYZ5.766.0214.22-
YUV66.2149.89110.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.27%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 105 (41.41% from 255) = 48.17%
R=19.27%
G=32.57%
B=48.17%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42711050.60.3200.59212.3842.8628.82
Hex2A47693C2003Bd42b1d
Octal5210715174400733245335
Binary1010101000111110100111110010000001110111101010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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