#2C3A8C

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

Shades of Resolution Blue #2C3A8C

Tints of Resolution Blue #2C3A8C

Color information

#2C3A8C (or 0x2C3A8C) is unknown color: approx Resolution Blue. HEX triplet: 2C, 3A and 8C. RGB value is (44,58,140). Sum of RGB (Red+Green+Blue) = 44+58+140=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #2C3A8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C3A8C is #D3C573. Grayscale: #3E3E3E. Windows color (decimal): -13878644 or 9189932. OLE color: 9189932.

HSL color Cylindrical-coordinate representation of color #2C3A8C: hue angle of 231.25º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C3A8C is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4458140-
CMYK0.690.5900.45
HSL231.25º52.17%36.08%-
HSV(B)231.25º68.57%54.9%-
XYZ7.295.4625.48-
YUV63.16171.36114.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.18%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 140 (55.08% from 255) = 57.85%
R=18.18%
G=23.97%
B=57.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44581400.690.5900.45231.2552.1736.08
Hex2C3A8C453B02De73424
Octal5472214105730553476444
Binary101100111010100011001000101111011010110111100111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,58,140); }

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

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

 a { background-color: rgb(44,58,140); }

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

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

 span { border-color: rgb(44,58,140); }

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