#2b427b

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

Shades of Resolution Blue #2B427B

Tints of Resolution Blue #2B427B

Color information

#2B427B (or 0x2B427B) is unknown color: approx Resolution Blue. HEX triplet: 2B, 42 and 7B. RGB value is (43,66,123). Sum of RGB (Red+Green+Blue) = 43+66+123=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B427B is #D4BD84. Grayscale: #414141. Windows color (decimal): -13942149 or 8077867. OLE color: 8077867.

HSL color Cylindrical-coordinate representation of color #2B427B: hue angle of 222.75º 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 #2B427B is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4366123-
CMYK0.650.4600.52
HSL222.75º48.19%32.55%-
HSV(B)222.75º65.04%48.24%-
XYZ6.525.8419.52-
YUV65.62160.38111.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.53%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 123 (48.44% from 255) = 53.02%
R=18.53%
G=28.45%
B=53.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43661230.650.4600.52222.7548.1932.55
Hex2B427B412E034df3021
Octal53102173101560643376041
Binary101011100001011110111000001101110011010011011111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b427b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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