#2A3978

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

Shades of Resolution Blue #2A3978

Tints of Resolution Blue #2A3978

Color information

#2A3978 (or 0x2A3978) is unknown color: approx Resolution Blue. HEX triplet: 2A, 39 and 78. RGB value is (42,57,120). Sum of RGB (Red+Green+Blue) = 42+57+120=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A3978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3978 is #D5C687. Grayscale: #3B3B3B. Windows color (decimal): -14009992 or 7878954. OLE color: 7878954.

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

Color convert

RGB4257120-
CMYK0.650.5200.53
HSL228.46º48.15%31.76%-
HSV(B)228.46º65%47.06%-
XYZ5.814.7718.38-
YUV59.7162.03115.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.18%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 120 (47.27% from 255) = 54.79%
R=19.18%
G=26.03%
B=54.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42571200.650.5200.53228.4648.1531.76
Hex2A39784134035e43020
Octal5271170101640653446040
Binary10101011100111110001000001110100011010111100100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,57,120); }

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

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

 a { background-color: rgb(42,57,120); }

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

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

 span { border-color: rgb(42,57,120); }

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