#2B3A85

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

Shades of Resolution Blue #2B3A85

Tints of Resolution Blue #2B3A85

Color information

#2B3A85 (or 0x2B3A85) is unknown color: approx Resolution Blue. HEX triplet: 2B, 3A and 85. RGB value is (43,58,133). Sum of RGB (Red+Green+Blue) = 43+58+133=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B3A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3A85 is #D4C57A. Grayscale: #3D3D3D. Windows color (decimal): -13944187 or 8731179. OLE color: 8731179.

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

Color convert

RGB4358133-
CMYK0.680.5600.48
HSL230º51.14%34.51%-
HSV(B)230º67.67%52.16%-
XYZ6.745.2322.85-
YUV62.06168.03114.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 133 (52.34% from 255) = 56.84%
R=18.38%
G=24.79%
B=56.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43581330.680.5600.4823051.1434.51
Hex2B3A854438030e63323
Octal5372205104700603466343
Binary101011111010100001011000100111000011000011100110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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