#2A3975

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

Shades of Resolution Blue #2A3975

Tints of Resolution Blue #2A3975

Color information

#2A3975 (or 0x2A3975) is unknown color: approx Resolution Blue. HEX triplet: 2A, 39 and 75. RGB value is (42,57,117). Sum of RGB (Red+Green+Blue) = 42+57+117=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A3975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3975 is #D5C68A. Grayscale: #3B3B3B. Windows color (decimal): -14009995 or 7682346. OLE color: 7682346.

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

Color convert

RGB4257117-
CMYK0.640.5100.54
HSL228º47.17%31.18%-
HSV(B)228º64.1%45.88%-
XYZ5.634.717.44-
YUV59.36160.53115.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.44%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 117 (46.09% from 255) = 54.17%
R=19.44%
G=26.39%
B=54.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42571170.640.5100.5422847.1731.18
Hex2A39754033036e42f1f
Octal5271165100630663445737
Binary1010101110011110101100000011001101101101110010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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