#2B3775

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

Shades of Resolution Blue #2B3775

Tints of Resolution Blue #2B3775

Color information

#2B3775 (or 0x2B3775) is unknown color: approx Resolution Blue. HEX triplet: 2B, 37 and 75. RGB value is (43,55,117). Sum of RGB (Red+Green+Blue) = 43+55+117=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B3775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3775 is #D4C88A. Grayscale: #3A3A3A. Windows color (decimal): -13944971 or 7681835. OLE color: 7681835.

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

Color convert

RGB4355117-
CMYK0.630.5300.54
HSL230.27º46.25%31.37%-
HSV(B)230.27º63.25%45.88%-
XYZ5.574.5317.41-
YUV58.48161.02116.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 117 (46.09% from 255) = 54.42%
R=20%
G=25.58%
B=54.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43551170.630.5300.54230.2746.2531.37
Hex2B37753F35036e62e1f
Octal536716577650663465637
Binary101011110111111010111111111010101101101110011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,55,117); }

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

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

 a { background-color: rgb(43,55,117); }

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

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

 span { border-color: rgb(43,55,117); }

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