#2D407B

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

Shades of Resolution Blue #2D407B

Tints of Resolution Blue #2D407B

Color information

#2D407B (or 0x2D407B) is unknown color: approx Resolution Blue. HEX triplet: 2D, 40 and 7B. RGB value is (45,64,123). Sum of RGB (Red+Green+Blue) = 45+64+123=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 64 (25.39% from 255 or 27.59% 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 #2D407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D407B is #D2BF84. Grayscale: #404040. Windows color (decimal): -13811589 or 8077357. OLE color: 8077357.

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

Color convert

RGB4564123-
CMYK0.630.4800.52
HSL225.38º46.43%32.94%-
HSV(B)225.38º63.41%48.24%-
XYZ6.495.6519.49-
YUV65.04160.71113.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.40%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 123 (48.44% from 255) = 53.02%
R=19.40%
G=27.59%
B=53.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45641230.630.4800.52225.3846.4332.94
Hex2D407B3F30034e12e21
Octal5510017377600643415641
Binary10110110000001111011111111110000011010011100001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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