#2C4468

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

Shades of Catalina Blue #2C4468

Tints of Catalina Blue #2C4468

Color information

#2C4468 (or 0x2C4468) is unknown color: approx Catalina Blue. HEX triplet: 2C, 44 and 68. RGB value is (44,68,104). Sum of RGB (Red+Green+Blue) = 44+68+104=216 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.37% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C4468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4468 is #D3BB97. Grayscale: #404040. Windows color (decimal): -13876120 or 6833196. OLE color: 6833196.

HSL color Cylindrical-coordinate representation of color #2C4468: hue angle of 216º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C4468 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4468104-
CMYK0.580.3500.59
HSL216º40.54%29.02%-
HSV(B)216º57.69%40.78%-
XYZ5.65.6713.9-
YUV64.93150.05113.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.37%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 104 (41.02% from 255) = 48.15%
R=20.37%
G=31.48%
B=48.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44681040.580.3500.5921640.5429.02
Hex2C44683A2303Bd8291d
Octal5410415072430733305135
Binary1011001000100110100011101010001101110111101100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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