#2A3B78

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

Shades of Resolution Blue #2A3B78

Tints of Resolution Blue #2A3B78

Color information

#2A3B78 (or 0x2A3B78) is unknown color: approx Resolution Blue. HEX triplet: 2A, 3B and 78. RGB value is (42,59,120). Sum of RGB (Red+Green+Blue) = 42+59+120=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #2A3B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3B78 is #D5C487. Grayscale: #3C3C3C. Windows color (decimal): -14009480 or 7879466. OLE color: 7879466.

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

Color convert

RGB4259120-
CMYK0.650.5100.53
HSL226.92º48.15%31.76%-
HSV(B)226.92º65%47.06%-
XYZ5.914.9818.42-
YUV60.87161.37114.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 120 (47.27% from 255) = 54.30%
R=19.00%
G=26.70%
B=54.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42591200.650.5100.53226.9248.1531.76
Hex2A3B784133035e33020
Octal5273170101630653436040
Binary10101011101111110001000001110011011010111100011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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