#2C445B

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

Shades of Catalina Blue #2C445B

Tints of Catalina Blue #2C445B

Color information

#2C445B (or 0x2C445B) is unknown color: approx Catalina Blue. HEX triplet: 2C, 44 and 5B. RGB value is (44,68,91). Sum of RGB (Red+Green+Blue) = 44+68+91=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #2C445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C445B is #D3BBA4. Grayscale: #3F3F3F. Windows color (decimal): -13876133 or 5981228. OLE color: 5981228.

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

Color convert

RGB446891-
CMYK0.520.2500.64
HSL209.36º34.81%26.47%-
HSV(B)209.36º51.65%35.69%-
XYZ4.995.4310.68-
YUV63.45143.55114.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=21.67%
G=33.50%
B=44.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4468910.520.2500.64209.3634.8126.47
Hex2C445B3419040d1231a
Octal54104133643101003214332
Binary1011001000100101101111010011001010000001101000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,68,91); }

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

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

 a { background-color: rgb(44,68,91); }

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

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

 span { border-color: rgb(44,68,91); }

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