#384675

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

Shades of Resolution Blue #384675

Tints of Resolution Blue #384675

Color information

#384675 (or 0x384675) is unknown color: approx Resolution Blue. HEX triplet: 38, 46 and 75. RGB value is (56,70,117). Sum of RGB (Red+Green+Blue) = 56+70+117=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #384675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384675 is #C7B98A. Grayscale: #464646. Windows color (decimal): -13089163 or 7685688. OLE color: 7685688.

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

Color convert

RGB5670117-
CMYK0.520.4000.54
HSL226.23º35.26%33.92%-
HSV(B)226.23º52.14%45.88%-
XYZ7.036.5117.71-
YUV71.17153.86117.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.05%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=23.05%
G=28.81%
B=48.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56701170.520.4000.54226.2335.2633.92
Hex3846753428036e22322
Octal7010616564500663424342
Binary11100010001101110101110100101000011011011100010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384675; }

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

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

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

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

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

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

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

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