#2B3D85

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

Shades of Resolution Blue #2B3D85

Tints of Resolution Blue #2B3D85

Color information

#2B3D85 (or 0x2B3D85) is unknown color: approx Resolution Blue. HEX triplet: 2B, 3D and 85. RGB value is (43,61,133). Sum of RGB (Red+Green+Blue) = 43+61+133=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B3D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3D85 is #D4C27A. Grayscale: #3F3F3F. Windows color (decimal): -13943419 or 8731947. OLE color: 8731947.

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

Color convert

RGB4361133-
CMYK0.680.5400.48
HSL228º51.14%34.51%-
HSV(B)228º67.67%52.16%-
XYZ6.95.5422.9-
YUV63.83167.04113.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.14%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 133 (52.34% from 255) = 56.12%
R=18.14%
G=25.74%
B=56.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43611330.680.5400.4822851.1434.51
Hex2B3D854436030e43323
Octal5375205104660603446343
Binary101011111101100001011000100110110011000011100100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,61,133); }

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

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

 a { background-color: rgb(43,61,133); }

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

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

 span { border-color: rgb(43,61,133); }

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