#2D407C

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

Shades of Resolution Blue #2D407C

Tints of Resolution Blue #2D407C

Color information

#2D407C (or 0x2D407C) is unknown color: approx Resolution Blue. HEX triplet: 2D, 40 and 7C. RGB value is (45,64,124). Sum of RGB (Red+Green+Blue) = 45+64+124=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D407C is #D2BF83. Grayscale: #404040. Windows color (decimal): -13811588 or 8142893. OLE color: 8142893.

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

Color convert

RGB4564124-
CMYK0.640.4800.51
HSL225.57º46.75%33.14%-
HSV(B)225.57º63.71%48.63%-
XYZ6.555.6819.82-
YUV65.16161.21113.62-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.31%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=19.31%
G=27.47%
B=53.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal45641240.640.4800.51225.5746.7533.14
Hex2D407C4030033e22f21
Octal55100174100600633425741
Binary101101100000011111001000000110000011001111100010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,64,124); }

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

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

 a { background-color: rgb(45,64,124); }

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

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

 span { border-color: rgb(45,64,124); }

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