#2A4056

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

Shades of Catalina Blue #2A4056

Tints of Catalina Blue #2A4056

Color information

#2A4056 (or 0x2A4056) is unknown color: approx Catalina Blue. HEX triplet: 2A, 40 and 56. RGB value is (42,64,86). Sum of RGB (Red+Green+Blue) = 42+64+86=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A4056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4056 is #D5BFA9. Grayscale: #3B3B3B. Windows color (decimal): -14008234 or 5652522. OLE color: 5652522.

HSL color Cylindrical-coordinate representation of color #2A4056: hue angle of 210º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A4056 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB426486-
CMYK0.510.2600.66
HSL210º34.38%25.1%-
HSV(B)210º51.16%33.73%-
XYZ4.474.839.5-
YUV59.93142.71115.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.88%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 44.79%
R=21.88%
G=33.33%
B=44.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4264860.510.2600.6621034.3825.1
Hex2A4056331A042d22219
Octal52100126633201023224231
Binary1010101000000101011011001111010010000101101001010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,64,86); }

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

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

 a { background-color: rgb(42,64,86); }

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

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

 span { border-color: rgb(42,64,86); }

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