#384978

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

Shades of Resolution Blue #384978

Tints of Resolution Blue #384978

Color information

#384978 (or 0x384978) is unknown color: approx Resolution Blue. HEX triplet: 38, 49 and 78. RGB value is (56,73,120). Sum of RGB (Red+Green+Blue) = 56+73+120=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #384978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384978 is #C7B687. Grayscale: #494949. Windows color (decimal): -13088392 or 7883064. OLE color: 7883064.

HSL color Cylindrical-coordinate representation of color #384978: hue angle of 224.06º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384978 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5673120-
CMYK0.530.3900.53
HSL224.06º36.36%34.51%-
HSV(B)224.06º53.33%47.06%-
XYZ7.46.9618.72-
YUV73.28154.37115.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.49%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 120 (47.27% from 255) = 48.19%
R=22.49%
G=29.32%
B=48.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56731200.530.3900.53224.0636.3634.51
Hex3849783527035e02423
Octal7011117065470653404443
Binary11100010010011111000110101100111011010111100000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384978; }

 p { color: rgb(56,73,120); }

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

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

 a { background-color: rgb(56,73,120); }

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

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

 span { border-color: rgb(56,73,120); }

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