#2A3680

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

Shades of Resolution Blue #2A3680

Tints of Resolution Blue #2A3680

Color information

#2A3680 (or 0x2A3680) is unknown color: approx Resolution Blue. HEX triplet: 2A, 36 and 80. RGB value is (42,54,128). Sum of RGB (Red+Green+Blue) = 42+54+128=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 128 (50.39% from 255 or 57.14% from 224); Max value from RGB is 128 - color contains mainly: blue. Hex color #2A3680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3680 is #D5C97F. Grayscale: #3A3A3A. Windows color (decimal): -14010752 or 8402474. OLE color: 8402474.

HSL color Cylindrical-coordinate representation of color #2A3680: hue angle of 231.63º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A3680 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4254128-
CMYK0.670.5800.50
HSL231.63º50.59%33.33%-
HSV(B)231.63º67.19%50.2%-
XYZ6.174.6921-
YUV58.85167.02115.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.75%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 128 (50.39% from 255) = 57.14%
R=18.75%
G=24.11%
B=57.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42541280.670.5800.50231.6350.5933.33
Hex2A3680433A032e83321
Octal5266200103720623506341
Binary101010110110100000001000011111010011001011101000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,54,128); }

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

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

 a { background-color: rgb(42,54,128); }

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

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

 span { border-color: rgb(42,54,128); }

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