#2C436C

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

Shades of Resolution Blue #2C436C

Tints of Resolution Blue #2C436C

Color information

#2C436C (or 0x2C436C) is unknown color: approx Resolution Blue. HEX triplet: 2C, 43 and 6C. RGB value is (44,67,108). Sum of RGB (Red+Green+Blue) = 44+67+108=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #2C436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C436C is #D3BC93. Grayscale: #404040. Windows color (decimal): -13876372 or 7095084. OLE color: 7095084.

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

Color convert

RGB4467108-
CMYK0.590.3800.58
HSL218.44º42.11%29.8%-
HSV(B)218.44º59.26%42.35%-
XYZ5.755.6314.97-
YUV64.8152.38113.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.09%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=20.09%
G=30.59%
B=49.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44671080.590.3800.58218.4442.1129.8
Hex2C436C3B2603Ada2a1e
Octal5410315473460723325236
Binary1011001000011110110011101110011001110101101101010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,67,108); }

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

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

 a { background-color: rgb(44,67,108); }

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

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

 span { border-color: rgb(44,67,108); }

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