#2C3E84

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

Shades of Resolution Blue #2C3E84

Tints of Resolution Blue #2C3E84

Color information

#2C3E84 (or 0x2C3E84) is unknown color: approx Resolution Blue. HEX triplet: 2C, 3E and 84. RGB value is (44,62,132). Sum of RGB (Red+Green+Blue) = 44+62+132=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #2C3E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3E84 is #D3C17B. Grayscale: #404040. Windows color (decimal): -13877628 or 8666668. OLE color: 8666668.

HSL color Cylindrical-coordinate representation of color #2C3E84: hue angle of 227.73º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C3E84 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4462132-
CMYK0.670.5300.48
HSL227.73º50%34.51%-
HSV(B)227.73º66.67%51.76%-
XYZ6.935.6522.55-
YUV64.6166.04113.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.49%
GREEN value IS 62 (24.61% from 255) = 26.05%
BLUE value IS 132 (51.95% from 255) = 55.46%
R=18.49%
G=26.05%
B=55.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal44621320.670.5300.48227.735034.51
Hex2C3E844335030e43223
Octal5476204103650603446243
Binary101100111110100001001000011110101011000011100100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,62,132); }

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

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

 a { background-color: rgb(44,62,132); }

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

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

 span { border-color: rgb(44,62,132); }

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