#2A3877

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

Shades of Resolution Blue #2A3877

Tints of Resolution Blue #2A3877

Color information

#2A3877 (or 0x2A3877) is unknown color: approx Resolution Blue. HEX triplet: 2A, 38 and 77. RGB value is (42,56,119). Sum of RGB (Red+Green+Blue) = 42+56+119=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A3877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3877 is #D5C788. Grayscale: #3A3A3A. Windows color (decimal): -14010249 or 7813162. OLE color: 7813162.

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

Color convert

RGB4256119-
CMYK0.650.5300.53
HSL229.09º47.83%31.57%-
HSV(B)229.09º64.71%46.67%-
XYZ5.74.6518.05-
YUV59161.86115.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.35%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 119 (46.88% from 255) = 54.84%
R=19.35%
G=25.81%
B=54.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42561190.650.5300.53229.0947.8331.57
Hex2A38774135035e53020
Octal5270167101650653456040
Binary10101011100011101111000001110101011010111100101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,56,119); }

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

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

 a { background-color: rgb(42,56,119); }

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

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

 span { border-color: rgb(42,56,119); }

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