#2B407B

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

Shades of Resolution Blue #2B407B

Tints of Resolution Blue #2B407B

Color information

#2B407B (or 0x2B407B) is unknown color: approx Resolution Blue. HEX triplet: 2B, 40 and 7B. RGB value is (43,64,123). Sum of RGB (Red+Green+Blue) = 43+64+123=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B407B is #D4BF84. Grayscale: #404040. Windows color (decimal): -13942661 or 8077355. OLE color: 8077355.

HSL color Cylindrical-coordinate representation of color #2B407B: hue angle of 224.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B407B is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4364123-
CMYK0.650.4800.52
HSL224.25º48.19%32.55%-
HSV(B)224.25º65.04%48.24%-
XYZ6.45.6119.48-
YUV64.45161.04112.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.70%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 123 (48.44% from 255) = 53.48%
R=18.70%
G=27.83%
B=53.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43641230.650.4800.52224.2548.1932.55
Hex2B407B4130034e03021
Octal53100173101600643406041
Binary101011100000011110111000001110000011010011100000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,64,123); }

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

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

 a { background-color: rgb(43,64,123); }

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

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

 span { border-color: rgb(43,64,123); }

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