#2D416C

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

Shades of Resolution Blue #2D416C

Tints of Resolution Blue #2D416C

Color information

#2D416C (or 0x2D416C) is unknown color: approx Resolution Blue. HEX triplet: 2D, 41 and 6C. RGB value is (45,65,108). Sum of RGB (Red+Green+Blue) = 45+65+108=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D416C is #D2BE93. Grayscale: #3F3F3F. Windows color (decimal): -13811348 or 7094573. OLE color: 7094573.

HSL color Cylindrical-coordinate representation of color #2D416C: hue angle of 220.95º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D416C is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4565108-
CMYK0.580.4000.58
HSL220.95º41.18%30%-
HSV(B)220.95º58.33%42.35%-
XYZ5.685.4214.93-
YUV63.92152.87114.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.64%
GREEN value IS 65 (25.78% from 255) = 29.82%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=20.64%
G=29.82%
B=49.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal45651080.580.4000.58220.9541.1830
Hex2D416C3A2803Add291e
Octal5510115472500723355136
Binary1011011000001110110011101010100001110101101110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,65,108); }

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

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

 a { background-color: rgb(45,65,108); }

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

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

 span { border-color: rgb(45,65,108); }

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