#2A466D

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

Shades of Catalina Blue #2A466D

Tints of Catalina Blue #2A466D

Color information

#2A466D (or 0x2A466D) is unknown color: approx Catalina Blue. HEX triplet: 2A, 46 and 6D. RGB value is (42,70,109). Sum of RGB (Red+Green+Blue) = 42+70+109=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A466D is #D5B992. Grayscale: #414141. Windows color (decimal): -14006675 or 7161386. OLE color: 7161386.

HSL color Cylindrical-coordinate representation of color #2A466D: hue angle of 214.93º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A466D is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4270109-
CMYK0.610.3600.57
HSL214.93º44.37%29.61%-
HSV(B)214.93º61.47%42.75%-
XYZ5.915.9815.31-
YUV66.07152.22110.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 70 (27.73% from 255) = 31.67%
BLUE value IS 109 (42.97% from 255) = 49.32%
R=19.00%
G=31.67%
B=49.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42701090.610.3600.57214.9344.3729.61
Hex2A466D3D24039d72c1e
Octal5210615575440713275436
Binary1010101000110110110111110110010001110011101011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,70,109); }

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

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

 a { background-color: rgb(42,70,109); }

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

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

 span { border-color: rgb(42,70,109); }

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