#2C415E

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

Shades of Catalina Blue #2C415E

Tints of Catalina Blue #2C415E

Color information

#2C415E (or 0x2C415E) is unknown color: approx Catalina Blue. HEX triplet: 2C, 41 and 5E. RGB value is (44,65,94). Sum of RGB (Red+Green+Blue) = 44+65+94=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #2C415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C415E is #D3BEA1. Grayscale: #3D3D3D. Windows color (decimal): -13876898 or 6177068. OLE color: 6177068.

HSL color Cylindrical-coordinate representation of color #2C415E: hue angle of 214.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C415E is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB446594-
CMYK0.530.3100.63
HSL214.8º36.23%27.06%-
HSV(B)214.8º53.19%36.86%-
XYZ4.955.1211.32-
YUV62.03146.04115.14-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=21.67%
G=32.02%
B=46.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4465940.530.3100.63214.836.2327.06
Hex2C415E351F03Fd7241b
Octal5410113665370773274433
Binary101100100000110111101101011111101111111101011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,65,94); }

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

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

 a { background-color: rgb(44,65,94); }

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

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

 span { border-color: rgb(44,65,94); }

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