#2C405E

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

Shades of Catalina Blue #2C405E

Tints of Catalina Blue #2C405E

Color information

#2C405E (or 0x2C405E) is unknown color: approx Catalina Blue. HEX triplet: 2C, 40 and 5E. RGB value is (44,64,94). Sum of RGB (Red+Green+Blue) = 44+64+94=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 94 (37.11% from 255 or 46.53% from 202); Max value from RGB is 94 - color contains mainly: blue. Hex color #2C405E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C405E is #D3BFA1. Grayscale: #3D3D3D. Windows color (decimal): -13877154 or 6176812. OLE color: 6176812.

HSL color Cylindrical-coordinate representation of color #2C405E: hue angle of 216º 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 #2C405E is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB446494-
CMYK0.530.3200.63
HSL216º36.23%27.06%-
HSV(B)216º53.19%36.86%-
XYZ4.895.0111.3-
YUV61.44146.37115.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.78%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 94 (37.11% from 255) = 46.53%
R=21.78%
G=31.68%
B=46.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4464940.530.3200.6321636.2327.06
Hex2C405E352003Fd8241b
Octal5410013665400773304433
Binary1011001000000101111011010110000001111111101100010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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