#2A378C

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

Shades of Resolution Blue #2A378C

Tints of Resolution Blue #2A378C

Color information

#2A378C (or 0x2A378C) is unknown color: approx Resolution Blue. HEX triplet: 2A, 37 and 8C. RGB value is (42,55,140). Sum of RGB (Red+Green+Blue) = 42+55+140=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A378C is #D5C873. Grayscale: #3C3C3C. Windows color (decimal): -14010484 or 9189162. OLE color: 9189162.

HSL color Cylindrical-coordinate representation of color #2A378C: hue angle of 232.04º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A378C is Cyan = 0.7, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4255140-
CMYK0.70.6100.45
HSL232.04º53.85%35.69%-
HSV(B)232.04º70%54.9%-
XYZ7.055.1225.43-
YUV60.8172.69114.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.72%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 140 (55.08% from 255) = 59.07%
R=17.72%
G=23.21%
B=59.07%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42551400.70.6100.45232.0453.8535.69
Hex2A378C463D02De83624
Octal5267214106750553506644
Binary101010110111100011001000110111101010110111101000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A378C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,55,140); }

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

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

 a { background-color: rgb(42,55,140); }

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

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

 span { border-color: rgb(42,55,140); }

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