#3A467D

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

Shades of Resolution Blue #3A467D

Tints of Resolution Blue #3A467D

Color information

#3A467D (or 0x3A467D) is unknown color: approx Resolution Blue. HEX triplet: 3A, 46 and 7D. RGB value is (58,70,125). Sum of RGB (Red+Green+Blue) = 58+70+125=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A467D is #C5B982. Grayscale: #484848. Windows color (decimal): -12958083 or 8209978. OLE color: 8209978.

HSL color Cylindrical-coordinate representation of color #3A467D: hue angle of 229.25º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A467D is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5870125-
CMYK0.540.4400.51
HSL229.25º36.61%35.88%-
HSV(B)229.25º53.6%49.02%-
XYZ7.646.7620.3-
YUV72.68157.52117.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 125 (49.22% from 255) = 49.41%
R=22.92%
G=27.67%
B=49.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58701250.540.4400.51229.2536.6135.88
Hex3A467D362C033e52524
Octal7210617566540633454544
Binary11101010001101111101110110101100011001111100101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A467D; }

 p { color: rgb(58,70,125); }

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

<style>
 a { background-color: #3A467D; }

 a { background-color: rgb(58,70,125); }

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

<style>
 span { border-color: #3A467D; }

 span { border-color: rgb(58,70,125); }

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