#384775

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

Shades of Resolution Blue #384775

Tints of Resolution Blue #384775

Color information

#384775 (or 0x384775) is unknown color: approx Resolution Blue. HEX triplet: 38, 47 and 75. RGB value is (56,71,117). Sum of RGB (Red+Green+Blue) = 56+71+117=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #384775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384775 is #C7B88A. Grayscale: #474747. Windows color (decimal): -13088907 or 7685944. OLE color: 7685944.

HSL color Cylindrical-coordinate representation of color #384775: hue angle of 225.25º 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 #384775 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5671117-
CMYK0.520.3900.54
HSL225.25º35.26%33.92%-
HSV(B)225.25º52.14%45.88%-
XYZ7.16.6317.74-
YUV71.76153.53116.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.95%
GREEN value IS 71 (28.12% from 255) = 29.10%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=22.95%
G=29.10%
B=47.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56711170.520.3900.54225.2535.2633.92
Hex3847753427036e12322
Octal7010716564470663414342
Binary11100010001111110101110100100111011011011100001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384775; }

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

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

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

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

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

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

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

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