#2A415C

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

Shades of Catalina Blue #2A415C

Tints of Catalina Blue #2A415C

Color information

#2A415C (or 0x2A415C) is unknown color: approx Catalina Blue. HEX triplet: 2A, 41 and 5C. RGB value is (42,65,92). Sum of RGB (Red+Green+Blue) = 42+65+92=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #2A415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A415C is #D5BEA3. Grayscale: #3D3D3D. Windows color (decimal): -14007972 or 6045994. OLE color: 6045994.

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

Color convert

RGB426592-
CMYK0.540.2900.64
HSL212.4º37.31%26.27%-
HSV(B)212.4º54.35%36.08%-
XYZ4.785.0510.85-
YUV61.2145.38114.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.11%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 92 (36.33% from 255) = 46.23%
R=21.11%
G=32.66%
B=46.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4265920.540.2900.64212.437.3126.27
Hex2A415C361D040d4251a
Octal52101134663501003244532
Binary1010101000001101110011011011101010000001101010010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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