#2D4083

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

Shades of Resolution Blue #2D4083

Tints of Resolution Blue #2D4083

Color information

#2D4083 (or 0x2D4083) is unknown color: approx Resolution Blue. HEX triplet: 2D, 40 and 83. RGB value is (45,64,131). Sum of RGB (Red+Green+Blue) = 45+64+131=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D4083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4083 is #D2BF7C. Grayscale: #414141. Windows color (decimal): -13811581 or 8601645. OLE color: 8601645.

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

Color convert

RGB4564131-
CMYK0.660.5100.49
HSL226.74º48.86%34.51%-
HSV(B)226.74º65.65%51.37%-
XYZ7.015.8622.23-
YUV65.96164.71113.05-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.75%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 131 (51.56% from 255) = 54.58%
R=18.75%
G=26.67%
B=54.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45641310.660.5100.49226.7448.8634.51
Hex2D40834233031e33123
Octal55100203102630613436143
Binary1011011000000100000111000010110011011000111100011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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