#2B3E6F

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

Shades of Resolution Blue #2B3E6F

Tints of Resolution Blue #2B3E6F

Color information

#2B3E6F (or 0x2B3E6F) is unknown color: approx Resolution Blue. HEX triplet: 2B, 3E and 6F. RGB value is (43,62,111). Sum of RGB (Red+Green+Blue) = 43+62+111=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B3E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3E6F is #D4C190. Grayscale: #3D3D3D. Windows color (decimal): -13943185 or 7290411. OLE color: 7290411.

HSL color Cylindrical-coordinate representation of color #2B3E6F: hue angle of 223.24º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B3E6F is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4362111-
CMYK0.610.4400.56
HSL223.24º44.16%30.2%-
HSV(B)223.24º61.26%43.53%-
XYZ5.595.1115.73-
YUV61.9155.71114.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 62 (24.61% from 255) = 28.70%
BLUE value IS 111 (43.75% from 255) = 51.39%
R=19.91%
G=28.70%
B=51.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43621110.610.4400.56223.2444.1630.2
Hex2B3E6F3D2C038df2c1e
Octal537615775540703375436
Binary101011111110110111111110110110001110001101111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,62,111); }

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

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

 a { background-color: rgb(43,62,111); }

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

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

 span { border-color: rgb(43,62,111); }

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