#2B426F

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

Shades of Resolution Blue #2B426F

Tints of Resolution Blue #2B426F

Color information

#2B426F (or 0x2B426F) is unknown color: approx Resolution Blue. HEX triplet: 2B, 42 and 6F. RGB value is (43,66,111). Sum of RGB (Red+Green+Blue) = 43+66+111=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B426F is #D4BD90. Grayscale: #404040. Windows color (decimal): -13942161 or 7291435. OLE color: 7291435.

HSL color Cylindrical-coordinate representation of color #2B426F: hue angle of 219.71º 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 #2B426F is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4366111-
CMYK0.610.4100.56
HSL219.71º44.16%30.2%-
HSV(B)219.71º61.26%43.53%-
XYZ5.815.5615.81-
YUV64.25154.38112.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.55%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=19.55%
G=30%
B=50.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43661110.610.4100.56219.7144.1630.2
Hex2B426F3D29038dc2c1e
Octal5310215775510703345436
Binary1010111000010110111111110110100101110001101110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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