#2B377F

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

Shades of Resolution Blue #2B377F

Tints of Resolution Blue #2B377F

Color information

#2B377F (or 0x2B377F) is unknown color: approx Resolution Blue. HEX triplet: 2B, 37 and 7F. RGB value is (43,55,127). Sum of RGB (Red+Green+Blue) = 43+55+127=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B377F is #D4C880. Grayscale: #3B3B3B. Windows color (decimal): -13944961 or 8337195. OLE color: 8337195.

HSL color Cylindrical-coordinate representation of color #2B377F: hue angle of 231.43º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B377F is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4355127-
CMYK0.660.5700.50
HSL231.43º49.41%33.33%-
HSV(B)231.43º66.14%49.8%-
XYZ6.194.7820.67-
YUV59.62166.02116.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 127 (50% from 255) = 56.44%
R=19.11%
G=24.44%
B=56.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43551270.660.5700.50231.4349.4133.33
Hex2B377F4239032e73121
Octal5367177102710623476141
Binary10101111011111111111000010111001011001011100111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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