#2C3E7D

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

Shades of Resolution Blue #2C3E7D

Tints of Resolution Blue #2C3E7D

Color information

#2C3E7D (or 0x2C3E7D) is unknown color: approx Resolution Blue. HEX triplet: 2C, 3E and 7D. RGB value is (44,62,125). Sum of RGB (Red+Green+Blue) = 44+62+125=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C3E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3E7D is #D3C182. Grayscale: #3F3F3F. Windows color (decimal): -13877635 or 8207916. OLE color: 8207916.

HSL color Cylindrical-coordinate representation of color #2C3E7D: hue angle of 226.67º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C3E7D is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4462125-
CMYK0.650.5000.51
HSL226.67º47.93%33.14%-
HSV(B)226.67º64.8%49.02%-
XYZ6.465.4620.12-
YUV63.8162.54113.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.05%
GREEN value IS 62 (24.61% from 255) = 26.84%
BLUE value IS 125 (49.22% from 255) = 54.11%
R=19.05%
G=26.84%
B=54.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44621250.650.5000.51226.6747.9333.14
Hex2C3E7D4132033e33021
Octal5476175101620633436041
Binary10110011111011111011000001110010011001111100011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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