#2B377E

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

Shades of Resolution Blue #2B377E

Tints of Resolution Blue #2B377E

Color information

#2B377E (or 0x2B377E) is unknown color: approx Resolution Blue. HEX triplet: 2B, 37 and 7E. RGB value is (43,55,126). Sum of RGB (Red+Green+Blue) = 43+55+126=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #2B377E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B377E is #D4C881. Grayscale: #3B3B3B. Windows color (decimal): -13944962 or 8271659. OLE color: 8271659.

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

Color convert

RGB4355126-
CMYK0.660.5600.51
HSL231.33º49.11%33.14%-
HSV(B)231.33º65.87%49.41%-
XYZ6.134.7520.33-
YUV59.51165.52116.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.20%
GREEN value IS 55 (21.88% from 255) = 24.55%
BLUE value IS 126 (49.61% from 255) = 56.25%
R=19.20%
G=24.55%
B=56.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43551260.660.5600.51231.3349.1133.14
Hex2B377E4238033e73121
Octal5367176102700633476141
Binary10101111011111111101000010111000011001111100111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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