#2A3E75

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

Shades of Resolution Blue #2A3E75

Tints of Resolution Blue #2A3E75

Color information

#2A3E75 (or 0x2A3E75) is unknown color: approx Resolution Blue. HEX triplet: 2A, 3E and 75. RGB value is (42,62,117). Sum of RGB (Red+Green+Blue) = 42+62+117=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A3E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3E75 is #D5C18A. Grayscale: #3E3E3E. Windows color (decimal): -14008715 or 7683626. OLE color: 7683626.

HSL color Cylindrical-coordinate representation of color #2A3E75: hue angle of 224º 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 #2A3E75 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4262117-
CMYK0.640.4700.54
HSL224º47.17%31.18%-
HSV(B)224º64.1%45.88%-
XYZ5.895.2217.53-
YUV62.29158.87113.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=19.00%
G=28.05%
B=52.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42621170.640.4700.5422447.1731.18
Hex2A3E75402F036e02f1f
Octal5276165100570663405737
Binary1010101111101110101100000010111101101101110000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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