#2C417B

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

Shades of Resolution Blue #2C417B

Tints of Resolution Blue #2C417B

Color information

#2C417B (or 0x2C417B) is unknown color: approx Resolution Blue. HEX triplet: 2C, 41 and 7B. RGB value is (44,65,123). Sum of RGB (Red+Green+Blue) = 44+65+123=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C417B is #D3BE84. Grayscale: #414141. Windows color (decimal): -13876869 or 8077612. OLE color: 8077612.

HSL color Cylindrical-coordinate representation of color #2C417B: hue angle of 224.05º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C417B is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4465123-
CMYK0.640.4700.52
HSL224.05º47.31%32.75%-
HSV(B)224.05º64.23%48.24%-
XYZ6.55.7519.51-
YUV65.33160.54112.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.97%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 123 (48.44% from 255) = 53.02%
R=18.97%
G=28.02%
B=53.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal44651230.640.4700.52224.0547.3132.75
Hex2C417B402F034e02f21
Octal54101173100570643405741
Binary101100100000111110111000000101111011010011100000101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,65,123); }

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

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

 a { background-color: rgb(44,65,123); }

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

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

 span { border-color: rgb(44,65,123); }

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