#2C4075

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

Shades of Resolution Blue #2C4075

Tints of Resolution Blue #2C4075

Color information

#2C4075 (or 0x2C4075) is unknown color: approx Resolution Blue. HEX triplet: 2C, 40 and 75. RGB value is (44,64,117). Sum of RGB (Red+Green+Blue) = 44+64+117=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #2C4075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4075 is #D3BF8A. Grayscale: #3F3F3F. Windows color (decimal): -13877131 or 7684140. OLE color: 7684140.

HSL color Cylindrical-coordinate representation of color #2C4075: hue angle of 223.56º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C4075 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4464117-
CMYK0.620.4500.54
HSL223.56º45.34%31.57%-
HSV(B)223.56º62.39%45.88%-
XYZ6.085.4917.57-
YUV64.06157.87113.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.56%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 117 (46.09% from 255) = 52%
R=19.56%
G=28.44%
B=52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44641170.620.4500.54223.5645.3431.57
Hex2C40753E2D036e02d20
Octal5410016576550663405540
Binary10110010000001110101111110101101011011011100000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,64,117); }

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

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

 a { background-color: rgb(44,64,117); }

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

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

 span { border-color: rgb(44,64,117); }

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