#384575

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

Shades of Resolution Blue #384575

Tints of Resolution Blue #384575

Color information

#384575 (or 0x384575) is unknown color: approx Resolution Blue. HEX triplet: 38, 45 and 75. RGB value is (56,69,117). Sum of RGB (Red+Green+Blue) = 56+69+117=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #384575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384575 is #C7BA8A. Grayscale: #464646. Windows color (decimal): -13089419 or 7685432. OLE color: 7685432.

HSL color Cylindrical-coordinate representation of color #384575: hue angle of 227.21º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #384575 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5669117-
CMYK0.520.4100.54
HSL227.21º35.26%33.92%-
HSV(B)227.21º52.14%45.88%-
XYZ6.976.3817.69-
YUV70.59154.19117.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=23.14%
G=28.51%
B=48.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56691170.520.4100.54227.2135.2633.92
Hex3845753429036e32322
Octal7010516564510663434342
Binary11100010001011110101110100101001011011011100011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384575; }

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

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

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

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

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

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

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

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