#2B426B

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

Shades of Resolution Blue #2B426B

Tints of Resolution Blue #2B426B

Color information

#2B426B (or 0x2B426B) is unknown color: approx Resolution Blue. HEX triplet: 2B, 42 and 6B. RGB value is (43,66,107). Sum of RGB (Red+Green+Blue) = 43+66+107=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B426B is #D4BD94. Grayscale: #3F3F3F. Windows color (decimal): -13942165 or 7029291. OLE color: 7029291.

HSL color Cylindrical-coordinate representation of color #2B426B: hue angle of 218.44º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B426B is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4366107-
CMYK0.600.3800.58
HSL218.44º42.67%29.41%-
HSV(B)218.44º59.81%41.96%-
XYZ5.65.4714.67-
YUV63.8152.38113.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 107 (42.19% from 255) = 49.54%
R=19.91%
G=30.56%
B=49.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal43661070.600.3800.58218.4442.6729.41
Hex2B426B3C2603Ada2b1d
Octal5310215374460723325335
Binary1010111000010110101111110010011001110101101101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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