#2A416B

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

Shades of Catalina Blue #2A416B

Tints of Catalina Blue #2A416B

Color information

#2A416B (or 0x2A416B) is unknown color: approx Catalina Blue. HEX triplet: 2A, 41 and 6B. RGB value is (42,65,107). Sum of RGB (Red+Green+Blue) = 42+65+107=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A416B is #D5BE94. Grayscale: #3E3E3E. Windows color (decimal): -14007957 or 7029034. OLE color: 7029034.

HSL color Cylindrical-coordinate representation of color #2A416B: hue angle of 218.77º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A416B is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4265107-
CMYK0.610.3900.58
HSL218.77º43.62%29.22%-
HSV(B)218.77º60.75%41.96%-
XYZ5.55.3314.65-
YUV62.91152.88113.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.63%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 107 (42.19% from 255) = 50%
R=19.63%
G=30.37%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42651070.610.3900.58218.7743.6229.22
Hex2A416B3D2703Adb2c1d
Octal5210115375470723335435
Binary1010101000001110101111110110011101110101101101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,65,107); }

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

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

 a { background-color: rgb(42,65,107); }

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

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

 span { border-color: rgb(42,65,107); }

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