#2C446D

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

Shades of Resolution Blue #2C446D

Tints of Resolution Blue #2C446D

Color information

#2C446D (or 0x2C446D) is unknown color: approx Resolution Blue. HEX triplet: 2C, 44 and 6D. RGB value is (44,68,109). Sum of RGB (Red+Green+Blue) = 44+68+109=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #2C446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C446D is #D3BB92. Grayscale: #414141. Windows color (decimal): -13876115 or 7160876. OLE color: 7160876.

HSL color Cylindrical-coordinate representation of color #2C446D: hue angle of 217.85º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C446D is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4468109-
CMYK0.600.3800.57
HSL217.85º42.48%30%-
HSV(B)217.85º59.63%42.75%-
XYZ5.875.7715.27-
YUV65.5152.55112.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 109 (42.97% from 255) = 49.32%
R=19.91%
G=30.77%
B=49.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44681090.600.3800.57217.8542.4830
Hex2C446D3C26039da2a1e
Octal5410415574460713325236
Binary1011001000100110110111110010011001110011101101010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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