#2D376E

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

Shades of Resolution Blue #2D376E

Tints of Resolution Blue #2D376E

Color information

#2D376E (or 0x2D376E) is unknown color: approx Resolution Blue. HEX triplet: 2D, 37 and 6E. RGB value is (45,55,110). Sum of RGB (Red+Green+Blue) = 45+55+110=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D376E is #D2C891. Grayscale: #3A3A3A. Windows color (decimal): -13813906 or 7223085. OLE color: 7223085.

HSL color Cylindrical-coordinate representation of color #2D376E: hue angle of 230.77º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D376E is Cyan = 0.59, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4555110-
CMYK0.590.500.57
HSL230.77º41.94%30.39%-
HSV(B)230.77º59.09%43.14%-
XYZ5.264.4215.33-
YUV58.28157.19118.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.43%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 110 (43.36% from 255) = 52.38%
R=21.43%
G=26.19%
B=52.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal45551100.590.500.57230.7741.9430.39
Hex2D376E3B32039e72a1e
Octal556715673620713475236
Binary101101110111110111011101111001001110011110011110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,55,110); }

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

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

 a { background-color: rgb(45,55,110); }

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

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

 span { border-color: rgb(45,55,110); }

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