#2A405C

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

Shades of Catalina Blue #2A405C

Tints of Catalina Blue #2A405C

Color information

#2A405C (or 0x2A405C) is unknown color: approx Catalina Blue. HEX triplet: 2A, 40 and 5C. RGB value is (42,64,92). Sum of RGB (Red+Green+Blue) = 42+64+92=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A405C is #D5BFA3. Grayscale: #3C3C3C. Windows color (decimal): -14008228 or 6045738. OLE color: 6045738.

HSL color Cylindrical-coordinate representation of color #2A405C: hue angle of 213.6º 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 #2A405C is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB426492-
CMYK0.540.3000.64
HSL213.6º37.31%26.27%-
HSV(B)213.6º54.35%36.08%-
XYZ4.724.9310.83-
YUV60.61145.71114.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.21%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=21.21%
G=32.32%
B=46.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4264920.540.3000.64213.637.3126.27
Hex2A405C361E040d6251a
Octal52100134663601003264532
Binary1010101000000101110011011011110010000001101011010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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