#384573

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

Shades of Resolution Blue #384573

Tints of Resolution Blue #384573

Color information

#384573 (or 0x384573) is unknown color: approx Resolution Blue. HEX triplet: 38, 45 and 73. RGB value is (56,69,115). Sum of RGB (Red+Green+Blue) = 56+69+115=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #384573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384573 is #C7BA8C. Grayscale: #464646. Windows color (decimal): -13089421 or 7554360. OLE color: 7554360.

HSL color Cylindrical-coordinate representation of color #384573: hue angle of 226.78º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #384573 is Cyan = 0.51, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5669115-
CMYK0.510.400.55
HSL226.78º34.5%33.53%-
HSV(B)226.78º51.3%45.1%-
XYZ6.856.3317.08-
YUV70.36153.19117.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 69 (27.34% from 255) = 28.75%
BLUE value IS 115 (45.31% from 255) = 47.92%
R=23.33%
G=28.75%
B=47.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56691150.510.400.55226.7834.533.53
Hex3845733328037e32322
Octal7010516363500673434342
Binary11100010001011110011110011101000011011111100011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384573; }

 p { color: rgb(56,69,115); }

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

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

 a { background-color: rgb(56,69,115); }

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

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

 span { border-color: rgb(56,69,115); }

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