#2A3C5B

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

Shades of Catalina Blue #2A3C5B

Tints of Catalina Blue #2A3C5B

Color information

#2A3C5B (or 0x2A3C5B) is unknown color: approx Catalina Blue. HEX triplet: 2A, 3C and 5B. RGB value is (42,60,91). Sum of RGB (Red+Green+Blue) = 42+60+91=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #2A3C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3C5B is #D5C3A4. Grayscale: #3A3A3A. Windows color (decimal): -14009253 or 5979178. OLE color: 5979178.

HSL color Cylindrical-coordinate representation of color #2A3C5B: hue angle of 217.96º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2A3C5B is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB426091-
CMYK0.540.3400.64
HSL217.96º36.84%26.08%-
HSV(B)217.96º53.85%35.69%-
XYZ4.464.4810.53-
YUV58.15146.54116.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 60 (23.83% from 255) = 31.09%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=21.76%
G=31.09%
B=47.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4260910.540.3400.64217.9636.8426.08
Hex2A3C5B3622040da251a
Octal5274133664201003324532
Binary1010101111001011011110110100010010000001101101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,60,91); }

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

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

 a { background-color: rgb(42,60,91); }

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

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

 span { border-color: rgb(42,60,91); }

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