#2A4561

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

Shades of Catalina Blue #2A4561

Tints of Catalina Blue #2A4561

Color information

#2A4561 (or 0x2A4561) is unknown color: approx Catalina Blue. HEX triplet: 2A, 45 and 61. RGB value is (42,69,97). Sum of RGB (Red+Green+Blue) = 42+69+97=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A4561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4561 is #D5BA9E. Grayscale: #3F3F3F. Windows color (decimal): -14006943 or 6374698. OLE color: 6374698.

HSL color Cylindrical-coordinate representation of color #2A4561: hue angle of 210.55º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A4561 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB426997-
CMYK0.570.2900.62
HSL210.55º39.57%27.25%-
HSV(B)210.55º56.7%38.04%-
XYZ5.245.6112.12-
YUV64.12146.55112.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.19%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=20.19%
G=33.17%
B=46.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4269970.570.2900.62210.5539.5727.25
Hex2A4561391D03Ed3281b
Octal5210514171350763235033
Binary101010100010111000011110011110101111101101001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,69,97); }

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

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

 a { background-color: rgb(42,69,97); }

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

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

 span { border-color: rgb(42,69,97); }

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