#2C4163

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

Shades of Catalina Blue #2C4163

Tints of Catalina Blue #2C4163

Color information

#2C4163 (or 0x2C4163) is unknown color: approx Catalina Blue. HEX triplet: 2C, 41 and 63. RGB value is (44,65,99). Sum of RGB (Red+Green+Blue) = 44+65+99=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C4163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4163 is #D3BE9C. Grayscale: #3E3E3E. Windows color (decimal): -13876893 or 6504748. OLE color: 6504748.

HSL color Cylindrical-coordinate representation of color #2C4163: hue angle of 217.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C4163 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB446599-
CMYK0.560.3400.61
HSL217.09º38.46%28.04%-
HSV(B)217.09º55.56%38.82%-
XYZ5.185.2212.54-
YUV62.6148.54114.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.15%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=21.15%
G=31.25%
B=47.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4465990.560.3400.61217.0938.4628.04
Hex2C4163382203Dd9261c
Octal5410114370420753314634
Binary1011001000001110001111100010001001111011101100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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