#384479

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

Shades of Resolution Blue #384479

Tints of Resolution Blue #384479

Color information

#384479 (or 0x384479) is unknown color: approx Resolution Blue. HEX triplet: 38, 44 and 79. RGB value is (56,68,121). Sum of RGB (Red+Green+Blue) = 56+68+121=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #384479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384479 is #C7BB86. Grayscale: #464646. Windows color (decimal): -13089671 or 7947320. OLE color: 7947320.

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

Color convert

RGB5668121-
CMYK0.540.4400.53
HSL228.92º36.72%34.71%-
HSV(B)228.92º53.72%47.45%-
XYZ7.156.3618.94-
YUV70.45156.52117.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 121 (47.66% from 255) = 49.39%
R=22.86%
G=27.76%
B=49.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56681210.540.4400.53228.9236.7234.71
Hex384479362C035e52523
Octal7010417166540653454543
Binary11100010001001111001110110101100011010111100101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384479; }

 p { color: rgb(56,68,121); }

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

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

 a { background-color: rgb(56,68,121); }

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

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

 span { border-color: rgb(56,68,121); }

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