#2A3674

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

Shades of Resolution Blue #2A3674

Tints of Resolution Blue #2A3674

Color information

#2A3674 (or 0x2A3674) is unknown color: approx Resolution Blue. HEX triplet: 2A, 36 and 74. RGB value is (42,54,116). Sum of RGB (Red+Green+Blue) = 42+54+116=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #2A3674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3674 is #D5C98B. Grayscale: #393939. Windows color (decimal): -14010764 or 7616042. OLE color: 7616042.

HSL color Cylindrical-coordinate representation of color #2A3674: hue angle of 230.27º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A3674 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4254116-
CMYK0.640.5300.55
HSL230.27º46.84%30.98%-
HSV(B)230.27º63.79%45.49%-
XYZ5.434.3917.08-
YUV57.48161.02116.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.81%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 116 (45.70% from 255) = 54.72%
R=19.81%
G=25.47%
B=54.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42541160.640.5300.55230.2746.8430.98
Hex2A36744035037e62f1f
Octal5266164100650673465737
Binary1010101101101110100100000011010101101111110011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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