#2B3974

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

Shades of Resolution Blue #2B3974

Tints of Resolution Blue #2B3974

Color information

#2B3974 (or 0x2B3974) is unknown color: approx Resolution Blue. HEX triplet: 2B, 39 and 74. RGB value is (43,57,116). Sum of RGB (Red+Green+Blue) = 43+57+116=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B3974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3974 is #D4C68B. Grayscale: #3B3B3B. Windows color (decimal): -13944460 or 7616811. OLE color: 7616811.

HSL color Cylindrical-coordinate representation of color #2B3974: hue angle of 228.49º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B3974 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4357116-
CMYK0.630.5100.55
HSL228.49º45.91%31.18%-
HSV(B)228.49º62.93%45.49%-
XYZ5.614.717.13-
YUV59.54159.86116.2-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 116 (45.70% from 255) = 53.70%
R=19.91%
G=26.39%
B=53.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43571160.630.5100.55228.4945.9131.18
Hex2B39743F33037e42e1f
Octal537116477630673445637
Binary101011111001111010011111111001101101111110010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,57,116); }

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

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

 a { background-color: rgb(43,57,116); }

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

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

 span { border-color: rgb(43,57,116); }

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